Shades of Ochre #D0730E
Tints of Ochre #D0730E
RGB
CMYK
RGB Variations
Color information
#D0730E (or 0xD0730E) is known color: Ochre. HEX triplet: D0, 73 and 0E. RGB value is (208,115,14). Sum of RGB (Red+Green+Blue) = 208+115+14=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0730E is #2F8CF1. Grayscale: #838383. Windows color (decimal): -3116274 or 947152. OLE color: 947152.
HSL color Cylindrical-coordinate representation of color #D0730E: hue angle of 31.24º 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 #D0730E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.18 |
| HSL | 31.24º | 0.87% | 0.44% | - |
| HSV(B) | 31.24º | 0.93% | 0.82% | - |
| XYZ | 32.22 | 25.7 | 3.68 | - |
| YUV | 131.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 14 | 0 | 0.45 | 0.93 | 0.18 | 31.24 | 0.87 | 0.44 |
| Hex | D0 | 73 | E | 0 | 2D | 5D | 12 | 1F | 57 | 2C |
| Octal | 320 | 163 | 16 | 0 | 55 | 135 | 22 | 37 | 127 | 54 |
| Binary | 11010000 | 1110011 | 1110 | 0 | 101101 | 1011101 | 10010 | 11111 | 1010111 | 101100 |
Color Harmonies of #D0730E
Complementary color
Monochromatic Colors of #D0730E
Black with #D0730E
Text Example
Text Example
White with #D0730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0730E; }
p { color: rgb(208,115,14); }
H1.HeaderClassName
{
color: #D0730E;
}
.AnyTagClassName
{
color: #D0730E;
}
</style>
background-color css
<style>
a { background-color: #D0730E; }
a { background-color: rgb(208,115,14); }
div.DivClassName
{
background-color: #D0730E;
}
.BgClassName
{
background-color: #D0730E;
}
</style>
border-color css
<style>
span { border-color: #D0730E; }
span { border-color: rgb(208,115,14); }
td.TdClassName
{
border-color: #D0730E;
}
.TagClassName
{
border-color: #D0730E;
}
</style>