Shades of Ochre #D7831F
Tints of Ochre #D7831F
RGB
CMYK
RGB Variations
Color information
#D7831F (or 0xD7831F) is known color: Ochre. HEX triplet: D7, 83 and 1F. RGB value is (215,131,31). Sum of RGB (Red+Green+Blue) = 215+131+31=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7831F is #287CE0. Grayscale: #919191. Windows color (decimal): -2653409 or 2065367. OLE color: 2065367.
HSL color Cylindrical-coordinate representation of color #D7831F: hue angle of 32.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7831F is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 31 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.16 |
| HSL | 32.61º | 0.75% | 0.48% | - |
| HSV(B) | 32.61º | 0.86% | 0.84% | - |
| XYZ | 36.39 | 30.78 | 5.32 | - |
| YUV | 144.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 31 | 0 | 0.39 | 0.86 | 0.16 | 32.61 | 0.75 | 0.48 |
| Hex | D7 | 83 | 1F | 0 | 27 | 56 | 10 | 21 | 4B | 30 |
| Octal | 327 | 203 | 37 | 0 | 47 | 126 | 20 | 41 | 113 | 60 |
| Binary | 11010111 | 10000011 | 11111 | 0 | 100111 | 1010110 | 10000 | 100001 | 1001011 | 110000 |
Color Harmonies of #D7831F
Complementary color
Monochromatic Colors of #D7831F
Black with #D7831F
Text Example
Text Example
White with #D7831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7831F; }
p { color: rgb(215,131,31); }
H1.HeaderClassName
{
color: #D7831F;
}
.AnyTagClassName
{
color: #D7831F;
}
</style>
background-color css
<style>
a { background-color: #D7831F; }
a { background-color: rgb(215,131,31); }
div.DivClassName
{
background-color: #D7831F;
}
.BgClassName
{
background-color: #D7831F;
}
</style>
border-color css
<style>
span { border-color: #D7831F; }
span { border-color: rgb(215,131,31); }
td.TdClassName
{
border-color: #D7831F;
}
.TagClassName
{
border-color: #D7831F;
}
</style>