Color Hex Logo

#dcc762 Color Hex

#DCC762
(220,199,98)
0 Favorites   0 Comments

Color spaces of #dcc762

RGB 22019998
HSL0.140.640.62
HSV50°55°86°
CMYK 0.000.100.55   0.14
XYZ52.143256.944319.7984
Yxy56.94430.40460.4418
Hunter Lab75.4614-8.715637.2674
CIE-Lab80.1483-5.118352.4667

#dcc762 color RGB value is (220,199,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01100010
Octal 334 307 142
Decimal 220 199 98
Hex DC C7 62

RGB Percentages of Color #dcc762

%42.55
%38.49
%18.96

CMYK Percentages of Color #dcc762

%0
%10
%55
%14

Triadic Colors of #dcc762

#dcc762 #62dcc7 #c762dc

Analogous Colors of #dcc762

#dcc762 #b4dc62 #dc8a62

Monochromatic Colors of #dcc762

#dcc762

Complementary Color

#dcc762 #6277dc

#dcc762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc762 Color CSS Codes

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

#dcc762 Text Font Color

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

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


#dcc762 Background Color

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

This div background color is #dcc762


#dcc762 Border Color

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

This div border color is #dcc762


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,199,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 #dcc762">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc762


Comments

No comments written yet.

Please login to write comment.