Color Hex Logo

#dcc062 Color Hex

#DCC062
(220,192,98)
0 Favorites   0 Comments

Color spaces of #dcc062

RGB 22019298
HSL0.130.640.62
HSV46°55°86°
CMYK 0.000.130.55   0.14
XYZ50.569453.796819.2738
Yxy53.79680.40900.4351
Hunter Lab73.3463-5.287335.7623
CIE-Lab78.3431-1.497650.3641

#dcc062 color RGB value is (220,192,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01100010
Octal 334 300 142
Decimal 220 192 98
Hex DC C0 62

RGB Percentages of Color #dcc062

%43.14
%37.65
%19.22

CMYK Percentages of Color #dcc062

%0
%13
%55
%14

Triadic Colors of #dcc062

#dcc062 #62dcc0 #c062dc

Analogous Colors of #dcc062

#dcc062 #bbdc62 #dc8362

Monochromatic Colors of #dcc062

#dcc062

Complementary Color

#dcc062 #627edc

#dcc062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc062 Color CSS Codes

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

#dcc062 Text Font Color

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

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


#dcc062 Background Color

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

This div background color is #dcc062


#dcc062 Border Color

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

This div border color is #dcc062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc062


Comments

No comments written yet.

Please login to write comment.