Color Hex Logo

#d08411 Color Hex

#D08411
(208,132,17)
0 Favorites   0 Comments

Color spaces of #d08411

RGB 20813217
HSL0.100.850.44
HSV36°92°82°
CMYK 0.000.370.92   0.18
XYZ34.364929.95294.5006
Yxy29.95290.49940.4352
Hunter Lab54.729216.305333.4348
CIE-Lab61.613621.660164.6652

#d08411 color RGB value is (208,132,17).

#d08411 hex color red value is 208, green value is 132 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d08411 hue: 0.10 , saturation: 0.85 and the lightness value of d08411 is 0.44.

The process color (four color CMYK) of #d08411 color hex is 0.00, 0.37, 0.92, 0.18. Web safe color of #d08411 is #cc9900. Color #d08411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 00010001
Octal 320 204 21
Decimal 208 132 17
Hex D0 84 11

RGB Percentages of Color #d08411

%58.26
%36.97
%4.76

CMYK Percentages of Color #d08411

%0
%37
%92
%18

Triadic Colors of #d08411

#d08411 #11d084 #8411d0

Analogous Colors of #d08411

#d08411 #bdd011 #d02411

Monochromatic Colors of #d08411

#d08411

Complementary Color

#d08411 #115dd0

#d08411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08411 Color CSS Codes

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

#d08411 Text Font Color

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

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


#d08411 Background Color

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

This div background color is #d08411


#d08411 Border Color

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

This div border color is #d08411


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,132,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d08411; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d08411;
  -webkit-box-shadow: 1px 1px 3px 2px #d08411;
  box-shadow:         1px 1px 3px 2px #d08411; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,132,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08411


Comments

No comments written yet.

Please login to write comment.