#D17A1E

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

Shades of Ochre #D17A1E

Tints of Ochre #D17A1E

Color information

#D17A1E (or 0xD17A1E) is unknown color: approx Ochre. HEX triplet: D1, 7A and 1E. RGB value is (209,122,30). Sum of RGB (Red+Green+Blue) = 209+122+30=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A1E is #2E85E1. Grayscale: #898989. Windows color (decimal): -3048930 or 1997521. OLE color: 1997521.

HSL color Cylindrical-coordinate representation of color #D17A1E: hue angle of 30.84º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D17A1E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20912230-
CMYK00.420.860.18
HSL30.84º74.9%46.86%-
HSV(B)30.84º85.65%81.96%-
XYZ33.4927.574.78-
YUV137.5267.32178.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.89%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=57.89%
G=33.80%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091223000.420.860.1830.8474.946.86
HexD17A1E02A56121f4b2f
Octal32117236052126223711357
Binary110100011111010111100101010101011010010111111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17A1E; }

 p { color: rgb(209,122,30); }

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

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

 a { background-color: rgb(209,122,30); }

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

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

 span { border-color: rgb(209,122,30); }

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