Color Hex Logo

#dedd0a Color Hex

#DEDD0A
(222,221,10)
0 Favorites   0 Comments

Color spaces of #dedd0a

RGB 22222110
HSL0.170.910.45
HSV60°95°87°
CMYK 0.000.000.95   0.13
XYZ56.035467.264410.3171
Yxy67.26440.41940.5034
Hunter Lab82.0149-21.568749.9520
CIE-Lab85.6373-18.837084.0575

#dedd0a color RGB value is (222,221,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00001010
Octal 336 335 12
Decimal 222 221 10
Hex DE DD A

RGB Percentages of Color #dedd0a

%49.01
%48.79
%2.21

CMYK Percentages of Color #dedd0a

%0
%0
%95
%13

Triadic Colors of #dedd0a

#dedd0a #0adedd #dd0ade

Analogous Colors of #dedd0a

#dedd0a #75de0a #de730a

Monochromatic Colors of #dedd0a

#dedd0a

Complementary Color

#dedd0a #0a0bde

#dedd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd0a Color CSS Codes

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

#dedd0a Text Font Color

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

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


#dedd0a Background Color

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

This div background color is #dedd0a


#dedd0a Border Color

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

This div border color is #dedd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd0a


Comments

No comments written yet.

Please login to write comment.