Color Hex Logo

#dccc29 Color Hex

#DCCC29
(220,204,41)
0 Favorites   0 Comments

Color spaces of #dccc29

RGB 22020441
HSL0.150.720.51
HSV55°81°86°
CMYK 0.000.070.81   0.14
XYZ51.508358.561510.6865
Yxy58.56150.42650.4850
Hunter Lab76.5255-13.773645.2882
CIE-Lab81.0500-10.673075.0728

#dccc29 color RGB value is (220,204,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00101001
Octal 334 314 51
Decimal 220 204 41
Hex DC CC 29

RGB Percentages of Color #dccc29

%47.31
%43.87
%8.82

CMYK Percentages of Color #dccc29

%0
%7
%81
%14

Triadic Colors of #dccc29

#dccc29 #29dccc #cc29dc

Analogous Colors of #dccc29

#dccc29 #93dc29 #dc7329

Monochromatic Colors of #dccc29

#dccc29

Complementary Color

#dccc29 #2939dc

#dccc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc29 Color CSS Codes

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

#dccc29 Text Font Color

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

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


#dccc29 Background Color

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

This div background color is #dccc29


#dccc29 Border Color

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

This div border color is #dccc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc29


Comments

No comments written yet.

Please login to write comment.