Shades of Ochre #D0711E
Tints of Ochre #D0711E
RGB
CMYK
RGB Variations
Color information
#D0711E (or 0xD0711E) is known color: Ochre. HEX triplet: D0, 71 and 1E. RGB value is (208,113,30). Sum of RGB (Red+Green+Blue) = 208+113+30=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0711E is #2F8EE1. Grayscale: #848484. Windows color (decimal): -3116770 or 1995216. OLE color: 1995216.
HSL color Cylindrical-coordinate representation of color #D0711E: hue angle of 27.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0711E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.18 |
| HSL | 27.98º | 0.75% | 0.47% | - |
| HSV(B) | 27.98º | 0.86% | 0.82% | - |
| XYZ | 32.15 | 25.31 | 4.42 | - |
| YUV | 131.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 30 | 0 | 0.46 | 0.86 | 0.18 | 27.98 | 0.75 | 0.47 |
| Hex | D0 | 71 | 1E | 0 | 2E | 56 | 12 | 1C | 4B | 2F |
| Octal | 320 | 161 | 36 | 0 | 56 | 126 | 22 | 34 | 113 | 57 |
| Binary | 11010000 | 1110001 | 11110 | 0 | 101110 | 1010110 | 10010 | 11100 | 1001011 | 101111 |
Color Harmonies of #D0711E
Complementary color
Monochromatic Colors of #D0711E
Black with #D0711E
Text Example
Text Example
White with #D0711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0711E; }
p { color: rgb(208,113,30); }
H1.HeaderClassName
{
color: #D0711E;
}
.AnyTagClassName
{
color: #D0711E;
}
</style>
background-color css
<style>
a { background-color: #D0711E; }
a { background-color: rgb(208,113,30); }
div.DivClassName
{
background-color: #D0711E;
}
.BgClassName
{
background-color: #D0711E;
}
</style>
border-color css
<style>
span { border-color: #D0711E; }
span { border-color: rgb(208,113,30); }
td.TdClassName
{
border-color: #D0711E;
}
.TagClassName
{
border-color: #D0711E;
}
</style>