Color Hex Logo

#dccba9 Color Hex

#DCCBA9
(220,203,169)
0 Favorites   0 Comments

Color spaces of #dccba9

RGB 220203169
HSL0.110.420.76
HSV40°23°86°
CMYK 0.000.080.23   0.14
XYZ58.032660.792146.2115
Yxy60.79210.35160.3684
Hunter Lab77.9693-3.588619.4380
CIE-Lab82.26690.613719.1253

#dccba9 color RGB value is (220,203,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10101001
Octal 334 313 251
Decimal 220 203 169
Hex DC CB A9

RGB Percentages of Color #dccba9

%37.16
%34.29
%28.55

CMYK Percentages of Color #dccba9

%0
%8
%23
%14

Triadic Colors of #dccba9

#dccba9 #a9dccb #cba9dc

Analogous Colors of #dccba9

#dccba9 #d4dca9 #dcb2a9

Monochromatic Colors of #dccba9

#dccba9

Complementary Color

#dccba9 #a9badc

#dccba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccba9 Color CSS Codes

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

#dccba9 Text Font Color

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

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


#dccba9 Background Color

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

This div background color is #dccba9


#dccba9 Border Color

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

This div border color is #dccba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccba9


Comments

No comments written yet.

Please login to write comment.