Color Hex Logo

#d08400 Color Hex

#D08400
(208,132,0)
0 Favorites   0 Comments

Color spaces of #d08400

RGB 2081320
HSL0.111.000.41
HSV38°100°82°
CMYK 0.000.371.00   0.18
XYZ34.263729.91243.9678
Yxy29.91240.50280.4390
Hunter Lab54.692216.115633.9832
CIE-Lab61.578621.461067.4491

#d08400 color RGB value is (208,132,0).

#d08400 hex color red value is 208, green value is 132 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #d08400 hue: 0.11 , saturation: 1.00 and the lightness value of d08400 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 00000000
Octal 320 204 0
Decimal 208 132 0
Hex D0 84 0

RGB Percentages of Color #d08400

%61.18
%38.82
%0.00

CMYK Percentages of Color #d08400

%0
%37
%100
%18

Triadic Colors of #d08400

#d08400 #00d084 #8400d0

Analogous Colors of #d08400

#d08400 #b4d000 #d01c00

Monochromatic Colors of #d08400

#d08400

Complementary Color

#d08400 #004cd0

#d08400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08400 Color CSS Codes

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

#d08400 Text Font Color

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

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


#d08400 Background Color

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

This div background color is #d08400


#d08400 Border Color

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

This div border color is #d08400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08400


Comments

No comments written yet.

Please login to write comment.