Color Hex Logo

#dcc72c Color Hex

#DCC72C
(220,199,44)
0 Favorites   0 Comments

Color spaces of #dcc72c

RGB 22019944
HSL0.150.720.52
HSV53°80°86°
CMYK 0.000.100.80   0.14
XYZ50.393256.244310.5831
Yxy56.24430.42990.4798
Hunter Lab74.9962-11.301544.1306
CIE-Lab79.7527-8.044473.1346

#dcc72c color RGB value is (220,199,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00101100
Octal 334 307 54
Decimal 220 199 44
Hex DC C7 2C

RGB Percentages of Color #dcc72c

%47.52
%42.98
%9.50

CMYK Percentages of Color #dcc72c

%0
%10
%80
%14

Triadic Colors of #dcc72c

#dcc72c #2cdcc7 #c72cdc

Analogous Colors of #dcc72c

#dcc72c #99dc2c #dc6f2c

Monochromatic Colors of #dcc72c

#dcc72c

Complementary Color

#dcc72c #2c41dc

#dcc72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc72c Color CSS Codes

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

#dcc72c Text Font Color

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

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


#dcc72c Background Color

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

This div background color is #dcc72c


#dcc72c Border Color

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

This div border color is #dcc72c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc72c


Comments

No comments written yet.

Please login to write comment.