Color Hex Logo

#dcc729 Color Hex

#DCC729
(220,199,41)
0 Favorites   0 Comments

Color spaces of #dcc729

RGB 22019941
HSL0.150.720.51
HSV53°81°86°
CMYK 0.000.100.81   0.14
XYZ50.338956.222610.2967
Yxy56.22260.43080.4811
Hunter Lab74.9817-11.382344.3453
CIE-Lab79.7403-8.136773.9505

#dcc729 color RGB value is (220,199,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 00101001
Octal 334 307 51
Decimal 220 199 41
Hex DC C7 29

RGB Percentages of Color #dcc729

%47.83
%43.26
%8.91

CMYK Percentages of Color #dcc729

%0
%10
%81
%14

Triadic Colors of #dcc729

#dcc729 #29dcc7 #c729dc

Analogous Colors of #dcc729

#dcc729 #98dc29 #dc6e29

Monochromatic Colors of #dcc729

#dcc729

Complementary Color

#dcc729 #293edc

#dcc729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc729 Color CSS Codes

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

#dcc729 Text Font Color

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

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


#dcc729 Background Color

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

This div background color is #dcc729


#dcc729 Border Color

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

This div border color is #dcc729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc729


Comments

No comments written yet.

Please login to write comment.