Shades of Ochre #D07A12
Tints of Ochre #D07A12
RGB
CMYK
RGB Variations
Color information
#D07A12 (or 0xD07A12) is known color: Ochre. HEX triplet: D0, 7A and 12. RGB value is (208,122,18). Sum of RGB (Red+Green+Blue) = 208+122+18=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A12 is #2F85ED. Grayscale: #888888. Windows color (decimal): -3114478 or 1211088. OLE color: 1211088.
HSL color Cylindrical-coordinate representation of color #D07A12: hue angle of 32.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D07A12 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 18 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.18 |
| HSL | 32.84º | 0.84% | 0.44% | - |
| HSV(B) | 32.84º | 0.91% | 0.82% | - |
| XYZ | 33.08 | 27.37 | 4.11 | - |
| YUV | 135.86 | 61.49 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 18 | 0 | 0.41 | 0.91 | 0.18 | 32.84 | 0.84 | 0.44 |
| Hex | D0 | 7A | 12 | 0 | 29 | 5B | 12 | 21 | 54 | 2C |
| Octal | 320 | 172 | 22 | 0 | 51 | 133 | 22 | 41 | 124 | 54 |
| Binary | 11010000 | 1111010 | 10010 | 0 | 101001 | 1011011 | 10010 | 100001 | 1010100 | 101100 |
Color Harmonies of #D07A12
Complementary color
Monochromatic Colors of #D07A12
Black with #D07A12
Text Example
Text Example
White with #D07A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A12; }
p { color: rgb(208,122,18); }
H1.HeaderClassName
{
color: #D07A12;
}
.AnyTagClassName
{
color: #D07A12;
}
</style>
background-color css
<style>
a { background-color: #D07A12; }
a { background-color: rgb(208,122,18); }
div.DivClassName
{
background-color: #D07A12;
}
.BgClassName
{
background-color: #D07A12;
}
</style>
border-color css
<style>
span { border-color: #D07A12; }
span { border-color: rgb(208,122,18); }
td.TdClassName
{
border-color: #D07A12;
}
.TagClassName
{
border-color: #D07A12;
}
</style>