#D1800C

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

Shades of Ochre #D1800C

Tints of Ochre #D1800C

Color information

#D1800C (or 0xD1800C) is unknown color: approx Ochre. HEX triplet: D1, 80 and 0C. RGB value is (209,128,12). Sum of RGB (Red+Green+Blue) = 209+128+12=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1800C is #2E7FF3. Grayscale: #8B8B8B. Windows color (decimal): -3047412 or 819409. OLE color: 819409.

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

Color convert

RGB20912812-
CMYK00.390.940.18
HSL35.33º89.14%43.33%-
HSV(B)35.33º94.26%81.96%-
XYZ34.0829.024.15-
YUV13956.34177.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.89%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=59.89%
G=36.68%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091281200.390.940.1835.3389.1443.33
HexD180C0275E1223592b
Octal32120014047136224313153
Binary1101000110000000110001001111011110100101000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1800C; }

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

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

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

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

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

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

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

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