Color Hex Logo

#dcc06c Color Hex

#DCC06C
(220,192,108)
0 Favorites   0 Comments

Color spaces of #dcc06c

RGB 220192108
HSL0.130.620.64
HSV45°51°86°
CMYK 0.000.130.51   0.14
XYZ51.071653.997621.9182
Yxy53.99760.40220.4252
Hunter Lab73.4831-4.535733.7534
CIE-Lab78.4603-0.666245.6490

#dcc06c color RGB value is (220,192,108).

#dcc06c hex color red value is 220, green value is 192 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcc06c hue: 0.13 , saturation: 0.62 and the lightness value of dcc06c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01101100
Octal 334 300 154
Decimal 220 192 108
Hex DC C0 6C

RGB Percentages of Color #dcc06c

%42.31
%36.92
%20.77

CMYK Percentages of Color #dcc06c

%0
%13
%51
%14

Triadic Colors of #dcc06c

#dcc06c #6cdcc0 #c06cdc

Analogous Colors of #dcc06c

#dcc06c #c0dc6c #dc886c

Monochromatic Colors of #dcc06c

#dcc06c

Complementary Color

#dcc06c #6c88dc

#dcc06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc06c Color CSS Codes

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

#dcc06c Text Font Color

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

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


#dcc06c Background Color

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

This div background color is #dcc06c


#dcc06c Border Color

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

This div border color is #dcc06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc06c


Comments

No comments written yet.

Please login to write comment.