Shades of Ochre #D0730F
Tints of Ochre #D0730F
RGB
CMYK
RGB Variations
Color information
#D0730F (or 0xD0730F) is known color: Ochre. HEX triplet: D0, 73 and 0F. RGB value is (208,115,15). Sum of RGB (Red+Green+Blue) = 208+115+15=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0730F is #2F8CF0. Grayscale: #838383. Windows color (decimal): -3116273 or 1012688. OLE color: 1012688.
HSL color Cylindrical-coordinate representation of color #D0730F: hue angle of 31.09º 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 #D0730F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.18 |
| HSL | 31.09º | 0.87% | 0.44% | - |
| HSV(B) | 31.09º | 0.93% | 0.82% | - |
| XYZ | 32.23 | 25.71 | 3.71 | - |
| YUV | 131.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 15 | 0 | 0.45 | 0.93 | 0.18 | 31.09 | 0.87 | 0.44 |
| Hex | D0 | 73 | F | 0 | 2D | 5D | 12 | 1F | 57 | 2C |
| Octal | 320 | 163 | 17 | 0 | 55 | 135 | 22 | 37 | 127 | 54 |
| Binary | 11010000 | 1110011 | 1111 | 0 | 101101 | 1011101 | 10010 | 11111 | 1010111 | 101100 |
Color Harmonies of #D0730F
Complementary color
Monochromatic Colors of #D0730F
Black with #D0730F
Text Example
Text Example
White with #D0730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0730F; }
p { color: rgb(208,115,15); }
H1.HeaderClassName
{
color: #D0730F;
}
.AnyTagClassName
{
color: #D0730F;
}
</style>
background-color css
<style>
a { background-color: #D0730F; }
a { background-color: rgb(208,115,15); }
div.DivClassName
{
background-color: #D0730F;
}
.BgClassName
{
background-color: #D0730F;
}
</style>
border-color css
<style>
span { border-color: #D0730F; }
span { border-color: rgb(208,115,15); }
td.TdClassName
{
border-color: #D0730F;
}
.TagClassName
{
border-color: #D0730F;
}
</style>