Shades of Ochre #D0740E
Tints of Ochre #D0740E
RGB
CMYK
RGB Variations
Color information
#D0740E (or 0xD0740E) is known color: Ochre. HEX triplet: D0, 74 and 0E. RGB value is (208,116,14). Sum of RGB (Red+Green+Blue) = 208+116+14=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0740E is #2F8BF1. Grayscale: #848484. Windows color (decimal): -3116018 or 947408. OLE color: 947408.
HSL color Cylindrical-coordinate representation of color #D0740E: hue angle of 31.55º 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 #D0740E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 14 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.18 |
| HSL | 31.55º | 0.87% | 0.44% | - |
| HSV(B) | 31.55º | 0.93% | 0.82% | - |
| XYZ | 32.34 | 25.93 | 3.72 | - |
| YUV | 131.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 14 | 0 | 0.44 | 0.93 | 0.18 | 31.55 | 0.87 | 0.44 |
| Hex | D0 | 74 | E | 0 | 2C | 5D | 12 | 20 | 57 | 2C |
| Octal | 320 | 164 | 16 | 0 | 54 | 135 | 22 | 40 | 127 | 54 |
| Binary | 11010000 | 1110100 | 1110 | 0 | 101100 | 1011101 | 10010 | 100000 | 1010111 | 101100 |
Color Harmonies of #D0740E
Complementary color
Monochromatic Colors of #D0740E
Black with #D0740E
Text Example
Text Example
White with #D0740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0740E; }
p { color: rgb(208,116,14); }
H1.HeaderClassName
{
color: #D0740E;
}
.AnyTagClassName
{
color: #D0740E;
}
</style>
background-color css
<style>
a { background-color: #D0740E; }
a { background-color: rgb(208,116,14); }
div.DivClassName
{
background-color: #D0740E;
}
.BgClassName
{
background-color: #D0740E;
}
</style>
border-color css
<style>
span { border-color: #D0740E; }
span { border-color: rgb(208,116,14); }
td.TdClassName
{
border-color: #D0740E;
}
.TagClassName
{
border-color: #D0740E;
}
</style>