Shades of Ochre #D07A16
Tints of Ochre #D07A16
RGB
CMYK
RGB Variations
Color information
#D07A16 (or 0xD07A16) is known color: Ochre. HEX triplet: D0, 7A and 16. RGB value is (208,122,22). Sum of RGB (Red+Green+Blue) = 208+122+22=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A16 is #2F85E9. Grayscale: #888888. Windows color (decimal): -3114474 or 1473232. OLE color: 1473232.
HSL color Cylindrical-coordinate representation of color #D07A16: hue angle of 32.26º 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 #D07A16 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.18 |
| HSL | 32.26º | 0.81% | 0.45% | - |
| HSV(B) | 32.26º | 0.89% | 0.82% | - |
| XYZ | 33.12 | 27.39 | 4.3 | - |
| YUV | 136.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 22 | 0 | 0.41 | 0.89 | 0.18 | 32.26 | 0.81 | 0.45 |
| Hex | D0 | 7A | 16 | 0 | 29 | 59 | 12 | 20 | 51 | 2D |
| Octal | 320 | 172 | 26 | 0 | 51 | 131 | 22 | 40 | 121 | 55 |
| Binary | 11010000 | 1111010 | 10110 | 0 | 101001 | 1011001 | 10010 | 100000 | 1010001 | 101101 |
Color Harmonies of #D07A16
Complementary color
Monochromatic Colors of #D07A16
Black with #D07A16
Text Example
Text Example
White with #D07A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A16; }
p { color: rgb(208,122,22); }
H1.HeaderClassName
{
color: #D07A16;
}
.AnyTagClassName
{
color: #D07A16;
}
</style>
background-color css
<style>
a { background-color: #D07A16; }
a { background-color: rgb(208,122,22); }
div.DivClassName
{
background-color: #D07A16;
}
.BgClassName
{
background-color: #D07A16;
}
</style>
border-color css
<style>
span { border-color: #D07A16; }
span { border-color: rgb(208,122,22); }
td.TdClassName
{
border-color: #D07A16;
}
.TagClassName
{
border-color: #D07A16;
}
</style>