Color Hex Logo

#dcc08e Color Hex

#DCC08E
(220,192,142)
0 Favorites   0 Comments

Color spaces of #dcc08e

RGB 220192142
HSL0.110.530.71
HSV38°35°86°
CMYK 0.000.130.35   0.14
XYZ53.247354.867933.3753
Yxy54.86790.37630.3878
Hunter Lab74.0729-1.312825.1365
CIE-Lab78.96512.850328.8827

#dcc08e color RGB value is (220,192,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10001110
Octal 334 300 216
Decimal 220 192 142
Hex DC C0 8E

RGB Percentages of Color #dcc08e

%39.71
%34.66
%25.63

CMYK Percentages of Color #dcc08e

%0
%13
%35
%14

Triadic Colors of #dcc08e

#dcc08e #8edcc0 #c08edc

Analogous Colors of #dcc08e

#dcc08e #d1dc8e #dc998e

Monochromatic Colors of #dcc08e

#dcc08e

Complementary Color

#dcc08e #8eaadc

#dcc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc08e Color CSS Codes

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

#dcc08e Text Font Color

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

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


#dcc08e Background Color

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

This div background color is #dcc08e


#dcc08e Border Color

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

This div border color is #dcc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc08e


Comments

No comments written yet.

Please login to write comment.