#D17F0F

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

Shades of Ochre #D17F0F

Tints of Ochre #D17F0F

Color information

#D17F0F (or 0xD17F0F) is unknown color: approx Ochre. HEX triplet: D1, 7F and 0F. RGB value is (209,127,15). Sum of RGB (Red+Green+Blue) = 209+127+15=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F0F is #2E80F0. Grayscale: #8B8B8B. Windows color (decimal): -3047665 or 1015761. OLE color: 1015761.

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

Color convert

RGB20912715-
CMYK00.390.930.18
HSL34.64º86.61%43.92%-
HSV(B)34.64º92.82%81.96%-
XYZ33.9728.774.21-
YUV138.7558.17178.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.54%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=59.54%
G=36.18%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091271500.390.930.1834.6486.6143.92
HexD17FF0275D1223572c
Octal32117717047135224312754
Binary110100011111111111101001111011101100101000111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17F0F; }

 p { color: rgb(209,127,15); }

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

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

 a { background-color: rgb(209,127,15); }

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

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

 span { border-color: rgb(209,127,15); }

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