Color Hex Logo

#dcdd0a Color Hex

#DCDD0A
(220,221,10)
0 Favorites   0 Comments

Color spaces of #dcdd0a

RGB 22022110
HSL0.170.910.45
HSV60°95°87°
CMYK 0.000.000.95   0.13
XYZ55.426466.950510.2886
Yxy66.95050.41780.5047
Hunter Lab81.8233-22.276449.8211
CIE-Lab85.4789-19.678883.8685

#dcdd0a color RGB value is (220,221,10).

#dcdd0a hex color red value is 220, green value is 221 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dcdd0a hue: 0.17 , saturation: 0.91 and the lightness value of dcdd0a is 0.45.

The process color (four color CMYK) of #dcdd0a color hex is 0.00, 0.00, 0.95, 0.13. Web safe color of #dcdd0a is #cccc00. Color #dcdd0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 00001010
Octal 334 335 12
Decimal 220 221 10
Hex DC DD A

RGB Percentages of Color #dcdd0a

%48.78
%49.00
%2.22

CMYK Percentages of Color #dcdd0a

%0
%0
%95
%13

Triadic Colors of #dcdd0a

#dcdd0a #0adcdd #dd0adc

Analogous Colors of #dcdd0a

#dcdd0a #73dd0a #dd750a

Monochromatic Colors of #dcdd0a

#dcdd0a

Complementary Color

#dcdd0a #0b0add

#dcdd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd0a Color CSS Codes

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

#dcdd0a Text Font Color

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

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


#dcdd0a Background Color

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

This div background color is #dcdd0a


#dcdd0a Border Color

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

This div border color is #dcdd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd0a


Comments

No comments written yet.

Please login to write comment.