Color Hex Logo

#dccc22 Color Hex

#DCCC22
(220,204,34)
0 Favorites   0 Comments

Color spaces of #dccc22

RGB 22020434
HSL0.150.730.50
HSV55°85°86°
CMYK 0.000.070.85   0.14
XYZ51.396858.516910.0994
Yxy58.51690.42830.4876
Hunter Lab76.4963-13.937045.7197
CIE-Lab81.0253-10.861276.7517

#dccc22 color RGB value is (220,204,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 00100010
Octal 334 314 42
Decimal 220 204 34
Hex DC CC 22

RGB Percentages of Color #dccc22

%48.03
%44.54
%7.42

CMYK Percentages of Color #dccc22

%0
%7
%85
%14

Triadic Colors of #dccc22

#dccc22 #22dccc #cc22dc

Analogous Colors of #dccc22

#dccc22 #8fdc22 #dc6f22

Monochromatic Colors of #dccc22

#dccc22

Complementary Color

#dccc22 #2232dc

#dccc22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc22 Color CSS Codes

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

#dccc22 Text Font Color

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

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


#dccc22 Background Color

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

This div background color is #dccc22


#dccc22 Border Color

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

This div border color is #dccc22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc22


Comments

No comments written yet.

Please login to write comment.