Color Hex Logo

#d8860d Color Hex

#D8860D
(216,134,13)
0 Favorites   0 Comments

Color spaces of #d8860d

RGB 21613413
HSL0.100.890.45
HSV36°94°85°
CMYK 0.000.380.94   0.15
XYZ36.916631.67824.5496
Yxy31.67820.50470.4331
Hunter Lab56.283418.583234.6057
CIE-Lab63.076023.963166.9367

#d8860d color RGB value is (216,134,13).

#d8860d hex color red value is 216, green value is 134 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d8860d hue: 0.10 , saturation: 0.89 and the lightness value of d8860d is 0.45.

The process color (four color CMYK) of #d8860d color hex is 0.00, 0.38, 0.94, 0.15. Web safe color of #d8860d is #cc9900. Color #d8860d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 00001101
Octal 330 206 15
Decimal 216 134 13
Hex D8 86 D

RGB Percentages of Color #d8860d

%59.50
%36.91
%3.58

CMYK Percentages of Color #d8860d

%0
%38
%94
%15

Triadic Colors of #d8860d

#d8860d #0dd886 #860dd8

Analogous Colors of #d8860d

#d8860d #c5d80d #d8210d

Monochromatic Colors of #d8860d

#d8860d

Complementary Color

#d8860d #0d5fd8

#d8860d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8860d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8860d Color CSS Codes

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

#d8860d Text Font Color

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

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


#d8860d Background Color

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

This div background color is #d8860d


#d8860d Border Color

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

This div border color is #d8860d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,134,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8860d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8860d;
  -webkit-box-shadow: 1px 1px 3px 2px #d8860d;
  box-shadow:         1px 1px 3px 2px #d8860d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,134,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8860d


Comments

No comments written yet.

Please login to write comment.