Color Hex Logo

#d86010 Color Hex

#D86010
(216,96,16)
0 Favorites   0 Comments

Color spaces of #d86010

RGB 2169616
HSL0.070.860.45
HSV24°93°85°
CMYK 0.000.560.93   0.15
XYZ32.595323.00213.2121
Yxy23.00210.55430.3911
Hunter Lab47.960537.382729.6015
CIE-Lab55.074543.623660.7444

#d86010 color RGB value is (216,96,16).

#d86010 hex color red value is 216, green value is 96 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d86010 hue: 0.07 , saturation: 0.86 and the lightness value of d86010 is 0.45.

The process color (four color CMYK) of #d86010 color hex is 0.00, 0.56, 0.93, 0.15. Web safe color of #d86010 is #cc6600. Color #d86010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100000 00010000
Octal 330 140 20
Decimal 216 96 16
Hex D8 60 10

RGB Percentages of Color #d86010

%65.85
%29.27
%4.88

CMYK Percentages of Color #d86010

%0
%56
%93
%15

Triadic Colors of #d86010

#d86010 #10d860 #6010d8

Analogous Colors of #d86010

#d86010 #d8c410 #d81024

Monochromatic Colors of #d86010

#d86010

Complementary Color

#d86010 #1088d8

#d86010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86010 Color CSS Codes

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

#d86010 Text Font Color

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

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


#d86010 Background Color

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

This div background color is #d86010


#d86010 Border Color

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

This div border color is #d86010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86010


Comments

No comments written yet.

Please login to write comment.