Shades of Ochre #D07A14
Tints of Ochre #D07A14
RGB
CMYK
RGB Variations
Color information
#D07A14 (or 0xD07A14) is known color: Ochre. HEX triplet: D0, 7A and 14. RGB value is (208,122,20). Sum of RGB (Red+Green+Blue) = 208+122+20=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A14 is #2F85EB. Grayscale: #888888. Windows color (decimal): -3114476 or 1342160. OLE color: 1342160.
HSL color Cylindrical-coordinate representation of color #D07A14: hue angle of 32.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07A14 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 20 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.18 |
| HSL | 32.55º | 0.82% | 0.45% | - |
| HSV(B) | 32.55º | 0.9% | 0.82% | - |
| XYZ | 33.1 | 27.38 | 4.2 | - |
| YUV | 136.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 20 | 0 | 0.41 | 0.90 | 0.18 | 32.55 | 0.82 | 0.45 |
| Hex | D0 | 7A | 14 | 0 | 29 | 5A | 12 | 21 | 52 | 2D |
| Octal | 320 | 172 | 24 | 0 | 51 | 132 | 22 | 41 | 122 | 55 |
| Binary | 11010000 | 1111010 | 10100 | 0 | 101001 | 1011010 | 10010 | 100001 | 1010010 | 101101 |
Color Harmonies of #D07A14
Complementary color
Monochromatic Colors of #D07A14
Black with #D07A14
Text Example
Text Example
White with #D07A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A14; }
p { color: rgb(208,122,20); }
H1.HeaderClassName
{
color: #D07A14;
}
.AnyTagClassName
{
color: #D07A14;
}
</style>
background-color css
<style>
a { background-color: #D07A14; }
a { background-color: rgb(208,122,20); }
div.DivClassName
{
background-color: #D07A14;
}
.BgClassName
{
background-color: #D07A14;
}
</style>
border-color css
<style>
span { border-color: #D07A14; }
span { border-color: rgb(208,122,20); }
td.TdClassName
{
border-color: #D07A14;
}
.TagClassName
{
border-color: #D07A14;
}
</style>