Shades of Ochre #D07510
Tints of Ochre #D07510
RGB
CMYK
RGB Variations
Color information
#D07510 (or 0xD07510) is known color: Ochre. HEX triplet: D0, 75 and 10. RGB value is (208,117,16). Sum of RGB (Red+Green+Blue) = 208+117+16=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D07510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07510 is #2F8AEF. Grayscale: #858585. Windows color (decimal): -3115760 or 1078736. OLE color: 1078736.
HSL color Cylindrical-coordinate representation of color #D07510: hue angle of 31.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D07510 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.18 |
| HSL | 31.56º | 0.86% | 0.44% | - |
| HSV(B) | 31.56º | 0.92% | 0.82% | - |
| XYZ | 32.47 | 26.17 | 3.83 | - |
| YUV | 132.7 | 62.15 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 16 | 0 | 0.44 | 0.92 | 0.18 | 31.56 | 0.86 | 0.44 |
| Hex | D0 | 75 | 10 | 0 | 2C | 5C | 12 | 20 | 56 | 2C |
| Octal | 320 | 165 | 20 | 0 | 54 | 134 | 22 | 40 | 126 | 54 |
| Binary | 11010000 | 1110101 | 10000 | 0 | 101100 | 1011100 | 10010 | 100000 | 1010110 | 101100 |
Color Harmonies of #D07510
Complementary color
Monochromatic Colors of #D07510
Black with #D07510
Text Example
Text Example
White with #D07510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07510; }
p { color: rgb(208,117,16); }
H1.HeaderClassName
{
color: #D07510;
}
.AnyTagClassName
{
color: #D07510;
}
</style>
background-color css
<style>
a { background-color: #D07510; }
a { background-color: rgb(208,117,16); }
div.DivClassName
{
background-color: #D07510;
}
.BgClassName
{
background-color: #D07510;
}
</style>
border-color css
<style>
span { border-color: #D07510; }
span { border-color: rgb(208,117,16); }
td.TdClassName
{
border-color: #D07510;
}
.TagClassName
{
border-color: #D07510;
}
</style>