Color Hex Logo

#dcc06a Color Hex

#DCC06A
(220,192,106)
0 Favorites   0 Comments

Color spaces of #dcc06a

RGB 220192106
HSL0.130.620.64
HSV45°52°86°
CMYK 0.000.130.52   0.14
XYZ50.966453.955521.3639
Yxy53.95550.40360.4272
Hunter Lab73.4544-4.692834.1738
CIE-Lab78.4358-0.839646.6032

#dcc06a color RGB value is (220,192,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01101010
Octal 334 300 152
Decimal 220 192 106
Hex DC C0 6A

RGB Percentages of Color #dcc06a

%42.47
%37.07
%20.46

CMYK Percentages of Color #dcc06a

%0
%13
%52
%14

Triadic Colors of #dcc06a

#dcc06a #6adcc0 #c06adc

Analogous Colors of #dcc06a

#dcc06a #bfdc6a #dc876a

Monochromatic Colors of #dcc06a

#dcc06a

Complementary Color

#dcc06a #6a86dc

#dcc06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc06a Color CSS Codes

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

#dcc06a Text Font Color

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

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


#dcc06a Background Color

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

This div background color is #dcc06a


#dcc06a Border Color

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

This div border color is #dcc06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc06a


Comments

No comments written yet.

Please login to write comment.