Hex #d2b48c Color

#d2b48c
equivalent to

RGB

(210, 180, 140)

Details of #d2b48c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
210
47.6332
0.10
0.00
74.9745
48.2376
34°
69.4533
180
48.2376
0.44
0.14
5.0238
0.3736
33°
0.8779
140
31.6112
0.69
0.33   0.18
24.4215
0.3784
82°
21.6406

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010010
322
210
D2
Green
10110100
264
180
B4
Blue
10001100
214
140
8C

RGB in % of #d2b48c

%39.62
%33.96
%26.42

CMYK in % of #d2b48c

%0
%14
%33
%18

Triads of color #d2b48c

#d2b48c #b48cd2 #8cd28c

Similar Colors to #d2b48c

#d2b48c #d2918c #cdd28c

Preview Color #d2b48c on black ground

#d2b48c is very interesting for text.

Preview Color #d2b48c on white ground

#d2b48c is very interesting for text.

CSS Codes #d2b48c color

.mybgcolor {background-color:#d2b48c; }
.myforecolor {color:#d2b48c; }
.mybordercolor {border:3px solid #d2b48c; }

Text Font Color #d2b48c

<p style="color:#d2b48c">Text here</p>

This sample text font color is #d2b48c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #d2b48c

<div style="background-color:#d2b48c">
Div content here</div>

This div background color is #d2b48c


Border Color #d2b48c

<div style="border:3px solid #d2b48c">
Div here</div>

The color of this border is #d2b48c


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d2b48c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #d2b48c;
-webkit-box-shadow: 1px 1px 3px 2px #d2b48c;
box-shadow:         1px 1px 3px 2px #d2b48c; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #d2b48c">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2b48c;
  -webkit-box-shadow: 1px 1px 3px 2px #d2b48c;
  box-shadow:         1px 1px 3px 2px #d2b48c;">
Div content here</div>

The shadow of div box using color #d2b48c