Color Hex Logo

#dd8210 Color Hex

#DD8210
(221,130,16)
0 Favorites   0 Comments

Color spaces of #dd8210

RGB 22113016
HSL0.090.860.46
HSV33°93°87°
CMYK 0.000.410.93   0.13
XYZ37.895031.37484.5489
Yxy31.37480.51340.4250
Hunter Lab56.013222.738734.3942
CIE-Lab62.822828.249666.5036

#dd8210 color RGB value is (221,130,16).

#dd8210 hex color red value is 221, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dd8210 hue: 0.09 , saturation: 0.86 and the lightness value of dd8210 is 0.46.

The process color (four color CMYK) of #dd8210 color hex is 0.00, 0.41, 0.93, 0.13. Web safe color of #dd8210 is #cc9900. Color #dd8210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 00010000
Octal 335 202 20
Decimal 221 130 16
Hex DD 82 10

RGB Percentages of Color #dd8210

%60.22
%35.42
%4.36

CMYK Percentages of Color #dd8210

%0
%41
%93
%13

Triadic Colors of #dd8210

#dd8210 #10dd82 #8210dd

Analogous Colors of #dd8210

#dd8210 #d2dd10 #dd1c10

Monochromatic Colors of #dd8210

#dd8210

Complementary Color

#dd8210 #106bdd

#dd8210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8210 Color CSS Codes

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

#dd8210 Text Font Color

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

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


#dd8210 Background Color

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

This div background color is #dd8210


#dd8210 Border Color

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

This div border color is #dd8210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8210


Comments

No comments written yet.

Please login to write comment.