#D07416

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

Shades of Ochre #D07416

Tints of Ochre #D07416

Color information

#D07416 (or 0xD07416) is unknown color: approx Ochre. HEX triplet: D0, 74 and 16. RGB value is (208,116,22). Sum of RGB (Red+Green+Blue) = 208+116+22=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D07416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07416 is #2F8BE9. Grayscale: #858585. Windows color (decimal): -3116010 or 1471696. OLE color: 1471696.

HSL color Cylindrical-coordinate representation of color #D07416: hue angle of 30.32º 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 #D07416 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20811622-
CMYK00.440.890.18
HSL30.32º80.87%45.1%-
HSV(B)30.32º89.42%81.57%-
XYZ32.425.964.06-
YUV132.7965.48181.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.12%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=60.12%
G=33.53%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081162200.440.890.1830.3280.8745.1
HexD0741602C59121e512d
Octal32016426054131223612155
Binary110100001110100101100101100101100110010111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07416; }

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

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

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

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

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

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

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

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