Shades of Ochre #D08516
Tints of Ochre #D08516
RGB
CMYK
RGB Variations
Color information
#D08516 (or 0xD08516) is known color: Ochre. HEX triplet: D0, 85 and 16. RGB value is (208,133,22). Sum of RGB (Red+Green+Blue) = 208+133+22=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08516 is #2F7AE9. Grayscale: #8F8F8F. Windows color (decimal): -3111658 or 1476048. OLE color: 1476048.
HSL color Cylindrical-coordinate representation of color #D08516: hue angle of 35.81º degrees, saturation: 0.81, 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 #D08516 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.18 |
| HSL | 35.81º | 0.81% | 0.45% | - |
| HSV(B) | 35.81º | 0.89% | 0.82% | - |
| XYZ | 34.54 | 30.24 | 4.78 | - |
| YUV | 142.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 22 | 0 | 0.36 | 0.89 | 0.18 | 35.81 | 0.81 | 0.45 |
| Hex | D0 | 85 | 16 | 0 | 24 | 59 | 12 | 24 | 51 | 2D |
| Octal | 320 | 205 | 26 | 0 | 44 | 131 | 22 | 44 | 121 | 55 |
| Binary | 11010000 | 10000101 | 10110 | 0 | 100100 | 1011001 | 10010 | 100100 | 1010001 | 101101 |
Color Harmonies of #D08516
Complementary color
Monochromatic Colors of #D08516
Black with #D08516
Text Example
Text Example
White with #D08516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08516; }
p { color: rgb(208,133,22); }
H1.HeaderClassName
{
color: #D08516;
}
.AnyTagClassName
{
color: #D08516;
}
</style>
background-color css
<style>
a { background-color: #D08516; }
a { background-color: rgb(208,133,22); }
div.DivClassName
{
background-color: #D08516;
}
.BgClassName
{
background-color: #D08516;
}
</style>
border-color css
<style>
span { border-color: #D08516; }
span { border-color: rgb(208,133,22); }
td.TdClassName
{
border-color: #D08516;
}
.TagClassName
{
border-color: #D08516;
}
</style>