Color Hex Logo

#d07516 Color Hex

#D07516
(208,117,22)
0 Favorites   0 Comments

Color spaces of #d07516

RGB 20811722
HSL0.090.810.45
HSV31°89°82°
CMYK 0.000.440.89   0.18
XYZ32.518526.19044.1004
Yxy26.19040.51770.4170
Hunter Lab51.176623.863131.0731
CIE-Lab58.217329.801860.9233

#d07516 color RGB value is (208,117,22).

#d07516 hex color red value is 208, green value is 117 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d07516 hue: 0.09 , saturation: 0.81 and the lightness value of d07516 is 0.45.

The process color (four color CMYK) of #d07516 color hex is 0.00, 0.44, 0.89, 0.18. Web safe color of #d07516 is #cc6600. Color #d07516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110101 00010110
Octal 320 165 26
Decimal 208 117 22
Hex D0 75 16

RGB Percentages of Color #d07516

%59.94
%33.72
%6.34

CMYK Percentages of Color #d07516

%0
%44
%89
%18

Triadic Colors of #d07516

#d07516 #16d075 #7516d0

Analogous Colors of #d07516

#d07516 #ced016 #d01816

Monochromatic Colors of #d07516

#d07516

Complementary Color

#d07516 #1671d0

#d07516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07516 Color CSS Codes

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

#d07516 Text Font Color

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

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


#d07516 Background Color

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

This div background color is #d07516


#d07516 Border Color

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

This div border color is #d07516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07516


Comments

No comments written yet.

Please login to write comment.