Shades of Ochre #D07316
Tints of Ochre #D07316
RGB
CMYK
RGB Variations
Color information
#D07316 (or 0xD07316) is known color: Ochre. HEX triplet: D0, 73 and 16. RGB value is (208,115,22). Sum of RGB (Red+Green+Blue) = 208+115+22=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D07316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07316 is #2F8CE9. Grayscale: #848484. Windows color (decimal): -3116266 or 1471440. OLE color: 1471440.
HSL color Cylindrical-coordinate representation of color #D07316: hue angle of 30º 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 #D07316 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.18 |
| HSL | 30º | 0.81% | 0.45% | - |
| HSV(B) | 30º | 0.89% | 0.82% | - |
| XYZ | 32.29 | 25.73 | 4.02 | - |
| YUV | 132.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 22 | 0 | 0.45 | 0.89 | 0.18 | 30 | 0.81 | 0.45 |
| Hex | D0 | 73 | 16 | 0 | 2D | 59 | 12 | 1E | 51 | 2D |
| Octal | 320 | 163 | 26 | 0 | 55 | 131 | 22 | 36 | 121 | 55 |
| Binary | 11010000 | 1110011 | 10110 | 0 | 101101 | 1011001 | 10010 | 11110 | 1010001 | 101101 |
Color Harmonies of #D07316
Complementary color
Monochromatic Colors of #D07316
Black with #D07316
Text Example
Text Example
White with #D07316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07316; }
p { color: rgb(208,115,22); }
H1.HeaderClassName
{
color: #D07316;
}
.AnyTagClassName
{
color: #D07316;
}
</style>
background-color css
<style>
a { background-color: #D07316; }
a { background-color: rgb(208,115,22); }
div.DivClassName
{
background-color: #D07316;
}
.BgClassName
{
background-color: #D07316;
}
</style>
border-color css
<style>
span { border-color: #D07316; }
span { border-color: rgb(208,115,22); }
td.TdClassName
{
border-color: #D07316;
}
.TagClassName
{
border-color: #D07316;
}
</style>