Color Hex Logo

#dcb48a Color Hex

#DCB48A
(220,180,138)
0 Favorites   0 Comments

Color spaces of #dcb48a

RGB 220180138
HSL0.090.540.70
HSV31°37°86°
CMYK 0.000.180.37   0.14
XYZ50.423949.693130.9789
Yxy49.69310.38460.3791
Hunter Lab70.49334.317823.2898
CIE-Lab75.88058.728126.8724

#dcb48a color RGB value is (220,180,138).

#dcb48a hex color red value is 220, green value is 180 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dcb48a hue: 0.09 , saturation: 0.54 and the lightness value of dcb48a is 0.70.

The process color (four color CMYK) of #dcb48a color hex is 0.00, 0.18, 0.37, 0.14. Web safe color of #dcb48a is #cccc99. Color #dcb48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10001010
Octal 334 264 212
Decimal 220 180 138
Hex DC B4 8A

RGB Percentages of Color #dcb48a

%40.89
%33.46
%25.65

CMYK Percentages of Color #dcb48a

%0
%18
%37
%14

Triadic Colors of #dcb48a

#dcb48a #8adcb4 #b48adc

Analogous Colors of #dcb48a

#dcb48a #dbdc8a #dc8b8a

Monochromatic Colors of #dcb48a

#dcb48a

Complementary Color

#dcb48a #8ab2dc

#dcb48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb48a Color CSS Codes

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

#dcb48a Text Font Color

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

This sample text font color is #dcb48a
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.


#dcb48a Background Color

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

This div background color is #dcb48a


#dcb48a Border Color

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

This div border color is #dcb48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb48a


Comments

No comments written yet.

Please login to write comment.