Shades of Ochre #D07E12
Tints of Ochre #D07E12
RGB
CMYK
RGB Variations
Color information
#D07E12 (or 0xD07E12) is known color: Ochre. HEX triplet: D0, 7E and 12. RGB value is (208,126,18). Sum of RGB (Red+Green+Blue) = 208+126+18=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E12 is #2F81ED. Grayscale: #8A8A8A. Windows color (decimal): -3113454 or 1212112. OLE color: 1212112.
HSL color Cylindrical-coordinate representation of color #D07E12: hue angle of 34.11º 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 #D07E12 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 18 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.18 |
| HSL | 34.11º | 0.84% | 0.44% | - |
| HSV(B) | 34.11º | 0.91% | 0.82% | - |
| XYZ | 33.58 | 28.38 | 4.28 | - |
| YUV | 138.21 | 60.17 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 18 | 0 | 0.39 | 0.91 | 0.18 | 34.11 | 0.84 | 0.44 |
| Hex | D0 | 7E | 12 | 0 | 27 | 5B | 12 | 22 | 54 | 2C |
| Octal | 320 | 176 | 22 | 0 | 47 | 133 | 22 | 42 | 124 | 54 |
| Binary | 11010000 | 1111110 | 10010 | 0 | 100111 | 1011011 | 10010 | 100010 | 1010100 | 101100 |
Color Harmonies of #D07E12
Complementary color
Monochromatic Colors of #D07E12
Black with #D07E12
Text Example
Text Example
White with #D07E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E12; }
p { color: rgb(208,126,18); }
H1.HeaderClassName
{
color: #D07E12;
}
.AnyTagClassName
{
color: #D07E12;
}
</style>
background-color css
<style>
a { background-color: #D07E12; }
a { background-color: rgb(208,126,18); }
div.DivClassName
{
background-color: #D07E12;
}
.BgClassName
{
background-color: #D07E12;
}
</style>
border-color css
<style>
span { border-color: #D07E12; }
span { border-color: rgb(208,126,18); }
td.TdClassName
{
border-color: #D07E12;
}
.TagClassName
{
border-color: #D07E12;
}
</style>