Color Hex Logo

#dcc829 Color Hex

#DCC829
(220,200,41)
0 Favorites   0 Comments

Color spaces of #dcc829

RGB 22020041
HSL0.150.720.51
HSV53°81°86°
CMYK 0.000.090.81   0.14
XYZ50.569756.684310.3737
Yxy56.68430.42990.4819
Hunter Lab75.2890-11.861844.5330
CIE-Lab80.0017-8.645974.1745

#dcc829 color RGB value is (220,200,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00101001
Octal 334 310 51
Decimal 220 200 41
Hex DC C8 29

RGB Percentages of Color #dcc829

%47.72
%43.38
%8.89

CMYK Percentages of Color #dcc829

%0
%9
%81
%14

Triadic Colors of #dcc829

#dcc829 #29dcc8 #c829dc

Analogous Colors of #dcc829

#dcc829 #97dc29 #dc6f29

Monochromatic Colors of #dcc829

#dcc829

Complementary Color

#dcc829 #293ddc

#dcc829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc829 Color CSS Codes

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

#dcc829 Text Font Color

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

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


#dcc829 Background Color

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

This div background color is #dcc829


#dcc829 Border Color

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

This div border color is #dcc829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc829


Comments

No comments written yet.

Please login to write comment.