Color Hex Logo

#dddc0a Color Hex

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

Color spaces of #dddc0a

RGB 22122010
HSL0.170.910.45
HSV60°95°87°
CMYK 0.000.000.95   0.13
XYZ55.466866.580510.2151
Yxy66.58050.41940.5034
Hunter Lab81.5969-21.456349.6953
CIE-Lab85.2917-18.770183.7630

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

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

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

Base Numbers

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

RGB Percentages of Color #dddc0a

%49.00
%48.78
%2.22

CMYK Percentages of Color #dddc0a

%0
%0
%95
%13

Triadic Colors of #dddc0a

#dddc0a #0adddc #dc0add

Analogous Colors of #dddc0a

#dddc0a #75dd0a #dd730a

Monochromatic Colors of #dddc0a

#dddc0a

Complementary Color

#dddc0a #0a0bdd

#dddc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc0a Color CSS Codes

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

#dddc0a Text Font Color

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

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


#dddc0a Background Color

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

This div background color is #dddc0a


#dddc0a Border Color

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

This div border color is #dddc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc0a


Comments

No comments written yet.

Please login to write comment.