#D17C1E

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

Shades of Ochre #D17C1E

Tints of Ochre #D17C1E

Color information

#D17C1E (or 0xD17C1E) is unknown color: approx Ochre. HEX triplet: D1, 7C and 1E. RGB value is (209,124,30). Sum of RGB (Red+Green+Blue) = 209+124+30=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D17C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17C1E is #2E83E1. Grayscale: #8B8B8B. Windows color (decimal): -3048418 or 1998033. OLE color: 1998033.

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

Color convert

RGB20912430-
CMYK00.410.860.18
HSL31.51º74.9%46.86%-
HSV(B)31.51º85.65%81.96%-
XYZ33.7428.064.87-
YUV138.766.66178.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 30 (12.11% from 255) = 8.26%
R=57.58%
G=34.16%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091243000.410.860.1831.5174.946.86
HexD17C1E0295612204b2f
Octal32117436051126224011357
Binary1101000111111001111001010011010110100101000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17C1E; }

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

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

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

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

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

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

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

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