Shades of Ochre #D07512
Tints of Ochre #D07512
RGB
CMYK
RGB Variations
Color information
#D07512 (or 0xD07512) is known color: Ochre. HEX triplet: D0, 75 and 12. RGB value is (208,117,18). Sum of RGB (Red+Green+Blue) = 208+117+18=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D07512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07512 is #2F8AED. Grayscale: #858585. Windows color (decimal): -3115758 or 1209808. OLE color: 1209808.
HSL color Cylindrical-coordinate representation of color #D07512: hue angle of 31.26º 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 #D07512 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.18 |
| HSL | 31.26º | 0.84% | 0.44% | - |
| HSV(B) | 31.26º | 0.91% | 0.82% | - |
| XYZ | 32.48 | 26.18 | 3.91 | - |
| YUV | 132.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 18 | 0 | 0.44 | 0.91 | 0.18 | 31.26 | 0.84 | 0.44 |
| Hex | D0 | 75 | 12 | 0 | 2C | 5B | 12 | 1F | 54 | 2C |
| Octal | 320 | 165 | 22 | 0 | 54 | 133 | 22 | 37 | 124 | 54 |
| Binary | 11010000 | 1110101 | 10010 | 0 | 101100 | 1011011 | 10010 | 11111 | 1010100 | 101100 |
Color Harmonies of #D07512
Complementary color
Monochromatic Colors of #D07512
Black with #D07512
Text Example
Text Example
White with #D07512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07512; }
p { color: rgb(208,117,18); }
H1.HeaderClassName
{
color: #D07512;
}
.AnyTagClassName
{
color: #D07512;
}
</style>
background-color css
<style>
a { background-color: #D07512; }
a { background-color: rgb(208,117,18); }
div.DivClassName
{
background-color: #D07512;
}
.BgClassName
{
background-color: #D07512;
}
</style>
border-color css
<style>
span { border-color: #D07512; }
span { border-color: rgb(208,117,18); }
td.TdClassName
{
border-color: #D07512;
}
.TagClassName
{
border-color: #D07512;
}
</style>