Shades of Ochre #D0750D
Tints of Ochre #D0750D
RGB
CMYK
RGB Variations
Color information
#D0750D (or 0xD0750D) is known color: Ochre. HEX triplet: D0, 75 and 0D. RGB value is (208,117,13). Sum of RGB (Red+Green+Blue) = 208+117+13=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0750D is #2F8AF2. Grayscale: #848484. Windows color (decimal): -3115763 or 882128. OLE color: 882128.
HSL color Cylindrical-coordinate representation of color #D0750D: hue angle of 32º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0750D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.18 |
| HSL | 32º | 0.88% | 0.43% | - |
| HSV(B) | 32º | 0.94% | 0.82% | - |
| XYZ | 32.45 | 26.16 | 3.72 | - |
| YUV | 132.35 | 60.65 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 13 | 0 | 0.44 | 0.94 | 0.18 | 32 | 0.88 | 0.43 |
| Hex | D0 | 75 | D | 0 | 2C | 5E | 12 | 20 | 58 | 2B |
| Octal | 320 | 165 | 15 | 0 | 54 | 136 | 22 | 40 | 130 | 53 |
| Binary | 11010000 | 1110101 | 1101 | 0 | 101100 | 1011110 | 10010 | 100000 | 1011000 | 101011 |
Color Harmonies of #D0750D
Complementary color
Monochromatic Colors of #D0750D
Black with #D0750D
Text Example
Text Example
White with #D0750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0750D; }
p { color: rgb(208,117,13); }
H1.HeaderClassName
{
color: #D0750D;
}
.AnyTagClassName
{
color: #D0750D;
}
</style>
background-color css
<style>
a { background-color: #D0750D; }
a { background-color: rgb(208,117,13); }
div.DivClassName
{
background-color: #D0750D;
}
.BgClassName
{
background-color: #D0750D;
}
</style>
border-color css
<style>
span { border-color: #D0750D; }
span { border-color: rgb(208,117,13); }
td.TdClassName
{
border-color: #D0750D;
}
.TagClassName
{
border-color: #D0750D;
}
</style>