Shades of Ochre #D0750F
Tints of Ochre #D0750F
RGB
CMYK
RGB Variations
Color information
#D0750F (or 0xD0750F) is known color: Ochre. HEX triplet: D0, 75 and 0F. RGB value is (208,117,15). Sum of RGB (Red+Green+Blue) = 208+117+15=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0750F is #2F8AF0. Grayscale: #858585. Windows color (decimal): -3115761 or 1013200. OLE color: 1013200.
HSL color Cylindrical-coordinate representation of color #D0750F: hue angle of 31.71º 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 #D0750F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.18 |
| HSL | 31.71º | 0.87% | 0.44% | - |
| HSV(B) | 31.71º | 0.93% | 0.82% | - |
| XYZ | 32.46 | 26.17 | 3.79 | - |
| YUV | 132.58 | 61.65 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 15 | 0 | 0.44 | 0.93 | 0.18 | 31.71 | 0.87 | 0.44 |
| Hex | D0 | 75 | F | 0 | 2C | 5D | 12 | 20 | 57 | 2C |
| Octal | 320 | 165 | 17 | 0 | 54 | 135 | 22 | 40 | 127 | 54 |
| Binary | 11010000 | 1110101 | 1111 | 0 | 101100 | 1011101 | 10010 | 100000 | 1010111 | 101100 |
Color Harmonies of #D0750F
Complementary color
Monochromatic Colors of #D0750F
Black with #D0750F
Text Example
Text Example
White with #D0750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0750F; }
p { color: rgb(208,117,15); }
H1.HeaderClassName
{
color: #D0750F;
}
.AnyTagClassName
{
color: #D0750F;
}
</style>
background-color css
<style>
a { background-color: #D0750F; }
a { background-color: rgb(208,117,15); }
div.DivClassName
{
background-color: #D0750F;
}
.BgClassName
{
background-color: #D0750F;
}
</style>
border-color css
<style>
span { border-color: #D0750F; }
span { border-color: rgb(208,117,15); }
td.TdClassName
{
border-color: #D0750F;
}
.TagClassName
{
border-color: #D0750F;
}
</style>