Color Hex Logo

#dcc08a Color Hex

#DCC08A
(220,192,138)
0 Favorites   0 Comments

Color spaces of #dcc08a

RGB 220192138
HSL0.110.540.70
HSV40°37°86°
CMYK 0.000.130.37   0.14
XYZ52.952354.749931.8217
Yxy54.74990.37950.3924
Hunter Lab73.9932-1.746726.2968
CIE-Lab78.89702.381330.8910

#dcc08a color RGB value is (220,192,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10001010
Octal 334 300 212
Decimal 220 192 138
Hex DC C0 8A

RGB Percentages of Color #dcc08a

%40.00
%34.91
%25.09

CMYK Percentages of Color #dcc08a

%0
%13
%37
%14

Triadic Colors of #dcc08a

#dcc08a #8adcc0 #c08adc

Analogous Colors of #dcc08a

#dcc08a #cfdc8a #dc978a

Monochromatic Colors of #dcc08a

#dcc08a

Complementary Color

#dcc08a #8aa6dc

#dcc08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc08a Color CSS Codes

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

#dcc08a Text Font Color

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

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


#dcc08a Background Color

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

This div background color is #dcc08a


#dcc08a Border Color

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

This div border color is #dcc08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc08a


Comments

No comments written yet.

Please login to write comment.