#D17E1C

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

Shades of Ochre #D17E1C

Tints of Ochre #D17E1C

Color information

#D17E1C (or 0xD17E1C) is unknown color: approx Ochre. HEX triplet: D1, 7E and 1C. RGB value is (209,126,28). Sum of RGB (Red+Green+Blue) = 209+126+28=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E1C is #2E81E3. Grayscale: #8C8C8C. Windows color (decimal): -3047908 or 1867473. OLE color: 1867473.

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

Color convert

RGB20912628-
CMYK00.400.870.18
HSL32.49º76.37%46.47%-
HSV(B)32.49º86.6%81.96%-
XYZ33.9628.564.82-
YUV139.6465177.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=57.58%
G=34.71%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091262800.400.870.1832.4976.3746.47
HexD17E1C0285712204c2e
Octal32117634050127224011456
Binary1101000111111101110001010001010111100101000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E1C; }

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

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

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

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

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

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

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

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