Color Hex Logo

#dcc06e Color Hex

#DCC06E
(220,192,110)
0 Favorites   0 Comments

Color spaces of #dcc06e

RGB 220192110
HSL0.120.610.65
HSV45°50°86°
CMYK 0.000.130.50   0.14
XYZ51.179354.040722.4853
Yxy54.04070.40080.4232
Hunter Lab73.5124-4.375033.3236
CIE-Lab78.4855-0.488944.6900

#dcc06e color RGB value is (220,192,110).

#dcc06e hex color red value is 220, green value is 192 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dcc06e hue: 0.12 , saturation: 0.61 and the lightness value of dcc06e is 0.65.

The process color (four color CMYK) of #dcc06e color hex is 0.00, 0.13, 0.50, 0.14. Web safe color of #dcc06e is #cccc66. Color #dcc06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01101110
Octal 334 300 156
Decimal 220 192 110
Hex DC C0 6E

RGB Percentages of Color #dcc06e

%42.15
%36.78
%21.07

CMYK Percentages of Color #dcc06e

%0
%13
%50
%14

Triadic Colors of #dcc06e

#dcc06e #6edcc0 #c06edc

Analogous Colors of #dcc06e

#dcc06e #c1dc6e #dc896e

Monochromatic Colors of #dcc06e

#dcc06e

Complementary Color

#dcc06e #6e8adc

#dcc06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc06e Color CSS Codes

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

#dcc06e Text Font Color

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

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


#dcc06e Background Color

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

This div background color is #dcc06e


#dcc06e Border Color

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

This div border color is #dcc06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc06e


Comments

No comments written yet.

Please login to write comment.