Color Hex Logo

#dcc08f Color Hex

#DCC08F
(220,192,143)
0 Favorites   0 Comments

Color spaces of #dcc08f

RGB 220192143
HSL0.110.520.71
HSV38°35°86°
CMYK 0.000.130.35   0.14
XYZ53.322854.898133.7726
Yxy54.89810.37550.3866
Hunter Lab74.0933-1.201824.8402
CIE-Lab78.98252.969928.3798

#dcc08f color RGB value is (220,192,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10001111
Octal 334 300 217
Decimal 220 192 143
Hex DC C0 8F

RGB Percentages of Color #dcc08f

%39.64
%34.59
%25.77

CMYK Percentages of Color #dcc08f

%0
%13
%35
%14

Triadic Colors of #dcc08f

#dcc08f #8fdcc0 #c08fdc

Analogous Colors of #dcc08f

#dcc08f #d2dc8f #dc9a8f

Monochromatic Colors of #dcc08f

#dcc08f

Complementary Color

#dcc08f #8fabdc

#dcc08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc08f Color CSS Codes

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

#dcc08f Text Font Color

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

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


#dcc08f Background Color

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

This div background color is #dcc08f


#dcc08f Border Color

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

This div border color is #dcc08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc08f


Comments

No comments written yet.

Please login to write comment.