#D08317

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

Shades of Ochre #D08317

Tints of Ochre #D08317

Color information

#D08317 (or 0xD08317) is unknown color: approx Ochre. HEX triplet: D0, 83 and 17. RGB value is (208,131,23). Sum of RGB (Red+Green+Blue) = 208+131+23=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08317 is #2F7CE8. Grayscale: #8E8E8E. Windows color (decimal): -3112169 or 1541072. OLE color: 1541072.

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

Color convert

RGB20813123-
CMYK00.370.890.18
HSL35.03º80.09%45.29%-
HSV(B)35.03º88.94%81.57%-
XYZ34.2829.74.74-
YUV141.7161.01175.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.46%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 23 (9.38% from 255) = 6.35%
R=57.46%
G=36.19%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081312300.370.890.1835.0380.0945.29
HexD08317025591223502d
Octal32020327045131224312055
Binary11010000100000111011101001011011001100101000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08317; }

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

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

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

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

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

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

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

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