Color Hex Logo

#dcc92c Color Hex

#DCC92C
(220,201,44)
0 Favorites   0 Comments

Color spaces of #dcc92c

RGB 22020144
HSL0.150.720.52
HSV54°80°86°
CMYK 0.000.090.80   0.14
XYZ50.856557.170810.7375
Yxy57.17080.42820.4814
Hunter Lab75.6114-12.260144.5082
CIE-Lab80.2756-9.061973.5911

#dcc92c color RGB value is (220,201,44).

#dcc92c hex color red value is 220, green value is 201 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dcc92c hue: 0.15 , saturation: 0.72 and the lightness value of dcc92c is 0.52.

The process color (four color CMYK) of #dcc92c color hex is 0.00, 0.09, 0.80, 0.14. Web safe color of #dcc92c is #cccc33. Color #dcc92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 00101100
Octal 334 311 54
Decimal 220 201 44
Hex DC C9 2C

RGB Percentages of Color #dcc92c

%47.31
%43.23
%9.46

CMYK Percentages of Color #dcc92c

%0
%9
%80
%14

Triadic Colors of #dcc92c

#dcc92c #2cdcc9 #c92cdc

Analogous Colors of #dcc92c

#dcc92c #97dc2c #dc712c

Monochromatic Colors of #dcc92c

#dcc92c

Complementary Color

#dcc92c #2c3fdc

#dcc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc92c Color CSS Codes

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

#dcc92c Text Font Color

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

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


#dcc92c Background Color

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

This div background color is #dcc92c


#dcc92c Border Color

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

This div border color is #dcc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc92c


Comments

No comments written yet.

Please login to write comment.