Color Hex Logo

#dcca9a Color Hex

#DCCA9A
(220,202,154)
0 Favorites   0 Comments

Color spaces of #dcca9a

RGB 220202154
HSL0.120.490.73
HSV44°30°86°
CMYK 0.000.080.30   0.14
XYZ56.468559.789839.1362
Yxy59.78980.36340.3848
Hunter Lab77.3239-4.960824.1180
CIE-Lab81.7238-0.891126.2882

#dcca9a color RGB value is (220,202,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10011010
Octal 334 312 232
Decimal 220 202 154
Hex DC CA 9A

RGB Percentages of Color #dcca9a

%38.19
%35.07
%26.74

CMYK Percentages of Color #dcca9a

%0
%8
%30
%14

Triadic Colors of #dcca9a

#dcca9a #9adcca #ca9adc

Analogous Colors of #dcca9a

#dcca9a #cddc9a #dca99a

Monochromatic Colors of #dcca9a

#dcca9a

Complementary Color

#dcca9a #9aacdc

#dcca9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca9a Color CSS Codes

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

#dcca9a Text Font Color

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

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


#dcca9a Background Color

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

This div background color is #dcca9a


#dcca9a Border Color

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

This div border color is #dcca9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,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 #dcca9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca9a


Comments

No comments written yet.

Please login to write comment.