Color Hex Logo

#dccbaa Color Hex

#DCCBAA
(220,203,170)
0 Favorites   0 Comments

Color spaces of #dccbaa

RGB 220203170
HSL0.110.420.76
HSV40°23°86°
CMYK 0.000.080.23   0.14
XYZ58.126860.829846.7079
Yxy60.82980.35090.3672
Hunter Lab77.9935-3.456519.0885
CIE-Lab82.28720.755618.6240

#dccbaa color RGB value is (220,203,170).

#dccbaa hex color red value is 220, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dccbaa hue: 0.11 , saturation: 0.42 and the lightness value of dccbaa is 0.76.

The process color (four color CMYK) of #dccbaa color hex is 0.00, 0.08, 0.23, 0.14. Web safe color of #dccbaa is #cccc99. Color #dccbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10101010
Octal 334 313 252
Decimal 220 203 170
Hex DC CB AA

RGB Percentages of Color #dccbaa

%37.10
%34.23
%28.67

CMYK Percentages of Color #dccbaa

%0
%8
%23
%14

Triadic Colors of #dccbaa

#dccbaa #aadccb #cbaadc

Analogous Colors of #dccbaa

#dccbaa #d4dcaa #dcb2aa

Monochromatic Colors of #dccbaa

#dccbaa

Complementary Color

#dccbaa #aabbdc

#dccbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccbaa Color CSS Codes

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

#dccbaa Text Font Color

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

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


#dccbaa Background Color

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

This div background color is #dccbaa


#dccbaa Border Color

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

This div border color is #dccbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccbaa


Comments

No comments written yet.

Please login to write comment.