#D08217

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

Shades of Ochre #D08217

Tints of Ochre #D08217

Color information

#D08217 (or 0xD08217) is unknown color: approx Ochre. HEX triplet: D0, 82 and 17. RGB value is (208,130,23). Sum of RGB (Red+Green+Blue) = 208+130+23=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D08217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08217 is #2F7DE8. Grayscale: #8D8D8D. Windows color (decimal): -3112425 or 1540816. OLE color: 1540816.

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

Color convert

RGB20813023-
CMYK00.380.890.18
HSL34.7º80.09%45.29%-
HSV(B)34.7º88.94%81.57%-
XYZ34.1529.444.69-
YUV141.1261.34175.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.62%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 23 (9.38% from 255) = 6.37%
R=57.62%
G=36.01%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081302300.380.890.1834.780.0945.29
HexD08217026591223502d
Octal32020227046131224312055
Binary11010000100000101011101001101011001100101000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08217; }

 p { color: rgb(208,130,23); }

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

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

 a { background-color: rgb(208,130,23); }

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

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

 span { border-color: rgb(208,130,23); }

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