Shades of Ochre #D07F0E
Tints of Ochre #D07F0E
RGB
CMYK
RGB Variations
Color information
#D07F0E (or 0xD07F0E) is known color: Ochre. HEX triplet: D0, 7F and 0E. RGB value is (208,127,14). Sum of RGB (Red+Green+Blue) = 208+127+14=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F0E is #2F80F1. Grayscale: #8A8A8A. Windows color (decimal): -3113202 or 950224. OLE color: 950224.
HSL color Cylindrical-coordinate representation of color #D07F0E: hue angle of 34.95º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D07F0E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.18 |
| HSL | 34.95º | 0.87% | 0.44% | - |
| HSV(B) | 34.95º | 0.93% | 0.82% | - |
| XYZ | 33.68 | 28.62 | 4.16 | - |
| YUV | 138.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 14 | 0 | 0.39 | 0.93 | 0.18 | 34.95 | 0.87 | 0.44 |
| Hex | D0 | 7F | E | 0 | 27 | 5D | 12 | 23 | 57 | 2C |
| Octal | 320 | 177 | 16 | 0 | 47 | 135 | 22 | 43 | 127 | 54 |
| Binary | 11010000 | 1111111 | 1110 | 0 | 100111 | 1011101 | 10010 | 100011 | 1010111 | 101100 |
Color Harmonies of #D07F0E
Complementary color
Monochromatic Colors of #D07F0E
Black with #D07F0E
Text Example
Text Example
White with #D07F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F0E; }
p { color: rgb(208,127,14); }
H1.HeaderClassName
{
color: #D07F0E;
}
.AnyTagClassName
{
color: #D07F0E;
}
</style>
background-color css
<style>
a { background-color: #D07F0E; }
a { background-color: rgb(208,127,14); }
div.DivClassName
{
background-color: #D07F0E;
}
.BgClassName
{
background-color: #D07F0E;
}
</style>
border-color css
<style>
span { border-color: #D07F0E; }
span { border-color: rgb(208,127,14); }
td.TdClassName
{
border-color: #D07F0E;
}
.TagClassName
{
border-color: #D07F0E;
}
</style>