Color Hex Logo

#d07016 Color Hex

#D07016
(208,112,22)
0 Favorites   0 Comments

Color spaces of #d07016

RGB 20811222
HSL0.080.810.45
HSV29°89°82°
CMYK 0.000.460.89   0.18
XYZ31.951425.05623.9114
Yxy25.05620.52450.4113
Hunter Lab50.056226.340230.4064
CIE-Lab57.130132.443260.0950

#d07016 color RGB value is (208,112,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 00010110
Octal 320 160 26
Decimal 208 112 22
Hex D0 70 16

RGB Percentages of Color #d07016

%60.82
%32.75
%6.43

CMYK Percentages of Color #d07016

%0
%46
%89
%18

Triadic Colors of #d07016

#d07016 #16d070 #7016d0

Analogous Colors of #d07016

#d07016 #d0cd16 #d01619

Monochromatic Colors of #d07016

#d07016

Complementary Color

#d07016 #1676d0

#d07016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07016 Color CSS Codes

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

#d07016 Text Font Color

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

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


#d07016 Background Color

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

This div background color is #d07016


#d07016 Border Color

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

This div border color is #d07016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07016


Comments

No comments written yet.

Please login to write comment.