#D07C16

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

Shades of Ochre #D07C16

Tints of Ochre #D07C16

Color information

#D07C16 (or 0xD07C16) is unknown color: approx Ochre. HEX triplet: D0, 7C and 16. RGB value is (208,124,22). Sum of RGB (Red+Green+Blue) = 208+124+22=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C16 is #2F83E9. Grayscale: #898989. Windows color (decimal): -3113962 or 1473744. OLE color: 1473744.

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

Color convert

RGB20812422-
CMYK00.400.890.18
HSL32.9º80.87%45.1%-
HSV(B)32.9º89.42%81.57%-
XYZ33.3627.884.38-
YUV137.4962.83178.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.76%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 22 (8.98% from 255) = 6.21%
R=58.76%
G=35.03%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081242200.400.890.1832.980.8745.1
HexD07C16028591221512d
Octal32017426050131224112155
Binary1101000011111001011001010001011001100101000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C16; }

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

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

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

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

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

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

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

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