Shades of Ochre #D08616
Tints of Ochre #D08616
RGB
CMYK
RGB Variations
Color information
#D08616 (or 0xD08616) is known color: Ochre. HEX triplet: D0, 86 and 16. RGB value is (208,134,22). Sum of RGB (Red+Green+Blue) = 208+134+22=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08616 is #2F79E9. Grayscale: #8F8F8F. Windows color (decimal): -3111402 or 1476304. OLE color: 1476304.
HSL color Cylindrical-coordinate representation of color #D08616: hue angle of 36.13º 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 #D08616 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.18 |
| HSL | 36.13º | 0.81% | 0.45% | - |
| HSV(B) | 36.13º | 0.89% | 0.82% | - |
| XYZ | 34.68 | 30.52 | 4.82 | - |
| YUV | 143.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 22 | 0 | 0.36 | 0.89 | 0.18 | 36.13 | 0.81 | 0.45 |
| Hex | D0 | 86 | 16 | 0 | 24 | 59 | 12 | 24 | 51 | 2D |
| Octal | 320 | 206 | 26 | 0 | 44 | 131 | 22 | 44 | 121 | 55 |
| Binary | 11010000 | 10000110 | 10110 | 0 | 100100 | 1011001 | 10010 | 100100 | 1010001 | 101101 |
Color Harmonies of #D08616
Complementary color
Monochromatic Colors of #D08616
Black with #D08616
Text Example
Text Example
White with #D08616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08616; }
p { color: rgb(208,134,22); }
H1.HeaderClassName
{
color: #D08616;
}
.AnyTagClassName
{
color: #D08616;
}
</style>
background-color css
<style>
a { background-color: #D08616; }
a { background-color: rgb(208,134,22); }
div.DivClassName
{
background-color: #D08616;
}
.BgClassName
{
background-color: #D08616;
}
</style>
border-color css
<style>
span { border-color: #D08616; }
span { border-color: rgb(208,134,22); }
td.TdClassName
{
border-color: #D08616;
}
.TagClassName
{
border-color: #D08616;
}
</style>