#D07E16

Color #D07E16 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D07E16

Tints of Ochre #D07E16

Color information

#D07E16 (or 0xD07E16) is unknown color: approx Ochre. HEX triplet: D0, 7E and 16. RGB value is (208,126,22). Sum of RGB (Red+Green+Blue) = 208+126+22=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E16 is #2F81E9. Grayscale: #8B8B8B. Windows color (decimal): -3113450 or 1474256. OLE color: 1474256.

HSL color Cylindrical-coordinate representation of color #D07E16: hue angle of 33.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D07E16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20812622-
CMYK00.390.890.18
HSL33.55º80.87%45.1%-
HSV(B)33.55º89.42%81.57%-
XYZ33.6228.394.47-
YUV138.6662.17177.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 58.43%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=58.43%
G=35.39%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081262200.390.890.1833.5580.8745.1
HexD07E16027591222512d
Octal32017626047131224212155
Binary1101000011111101011001001111011001100101000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E16; }

 p { color: rgb(208,126,22); }

 H1.HeaderClassName
 {
   color: #D07E16;
 }
 .AnyTagClassName
 {
   color: #D07E16;
 }
</style>
background-color css

<style>
 a { background-color: #D07E16; }

 a { background-color: rgb(208,126,22); }

 div.DivClassName
 {
   background-color: #D07E16;
 }
 .BgClassName
 {
   background-color: #D07E16;
 }
</style>
border-color css

<style>
 span { border-color: #D07E16; }

 span { border-color: rgb(208,126,22); }

 td.TdClassName
 {
   border-color: #D07E16;
 }
 .TagClassName
 {
   border-color: #D07E16;
 }
</style>