#d17e0c

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

Shades of Ochre #D17E0C

Tints of Ochre #D17E0C

Color information

#D17E0C (or 0xD17E0C) is unknown color: approx Ochre. HEX triplet: D1, 7E and 0C. RGB value is (209,126,12). Sum of RGB (Red+Green+Blue) = 209+126+12=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17E0C is #2E81F3. Grayscale: #8A8A8A. Windows color (decimal): -3047924 or 818897. OLE color: 818897.

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

Color convert

RGB20912612-
CMYK00.400.940.18
HSL34.72º89.14%43.33%-
HSV(B)34.72º94.26%81.96%-
XYZ33.8228.54.07-
YUV137.8257178.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.23%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 12 (5.08% from 255) = 3.46%
R=60.23%
G=36.31%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091261200.400.940.1834.7289.1443.33
HexD17EC0285E1223592b
Octal32117614050136224313153
Binary110100011111110110001010001011110100101000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d17e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d17e0c; }

 p { color: rgb(209,126,12); }

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

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

 a { background-color: rgb(209,126,12); }

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

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

 span { border-color: rgb(209,126,12); }

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