Color Hex Logo

#dccc9a Color Hex

#DCCC9A
(220,204,154)
0 Favorites   0 Comments

Color spaces of #dccc9a

RGB 220204154
HSL0.130.490.73
HSV45°30°86°
CMYK 0.000.070.30   0.14
XYZ56.940860.734539.2937
Yxy60.73450.36280.3869
Hunter Lab77.9323-5.961624.6585
CIE-Lab82.2358-1.929426.9805

#dccc9a color RGB value is (220,204,154).

#dccc9a hex color red value is 220, green value is 204 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dccc9a hue: 0.13 , saturation: 0.49 and the lightness value of dccc9a is 0.73.

The process color (four color CMYK) of #dccc9a color hex is 0.00, 0.07, 0.30, 0.14. Web safe color of #dccc9a is #cccc99. Color #dccc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10011010
Octal 334 314 232
Decimal 220 204 154
Hex DC CC 9A

RGB Percentages of Color #dccc9a

%38.06
%35.29
%26.64

CMYK Percentages of Color #dccc9a

%0
%7
%30
%14

Triadic Colors of #dccc9a

#dccc9a #9adccc #cc9adc

Analogous Colors of #dccc9a

#dccc9a #cbdc9a #dcab9a

Monochromatic Colors of #dccc9a

#dccc9a

Complementary Color

#dccc9a #9aaadc

#dccc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc9a Color CSS Codes

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

#dccc9a Text Font Color

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

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


#dccc9a Background Color

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

This div background color is #dccc9a


#dccc9a Border Color

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

This div border color is #dccc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc9a


Comments

No comments written yet.

Please login to write comment.