Color Hex Logo

#dd800a Color Hex

#DD800A
(221,128,10)
0 Favorites   0 Comments

Color spaces of #dd800a

RGB 22112810
HSL0.090.910.45
HSV34°95°87°
CMYK 0.000.420.95   0.13
XYZ37.592830.83244.2571
Yxy30.83240.51720.4242
Hunter Lab55.526923.675834.3232
CIE-Lab62.365929.238067.2327

#dd800a color RGB value is (221,128,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 00001010
Octal 335 200 12
Decimal 221 128 10
Hex DD 80 A

RGB Percentages of Color #dd800a

%61.56
%35.65
%2.79

CMYK Percentages of Color #dd800a

%0
%42
%95
%13

Triadic Colors of #dd800a

#dd800a #0add80 #800add

Analogous Colors of #dd800a

#dd800a #d1dd0a #dd160a

Monochromatic Colors of #dd800a

#dd800a

Complementary Color

#dd800a #0a67dd

#dd800a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd800a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd800a Color CSS Codes

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

#dd800a Text Font Color

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

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


#dd800a Background Color

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

This div background color is #dd800a


#dd800a Border Color

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

This div border color is #dd800a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd800a


Comments

No comments written yet.

Please login to write comment.