Shades of Ochre #D1750D
Tints of Ochre #D1750D
RGB
CMYK
RGB Variations
Color information
#D1750D (or 0xD1750D) is known color: Ochre. HEX triplet: D1, 75 and 0D. RGB value is (209,117,13). Sum of RGB (Red+Green+Blue) = 209+117+13=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1750D is #2E8AF2. Grayscale: #858585. Windows color (decimal): -3050227 or 882129. OLE color: 882129.
HSL color Cylindrical-coordinate representation of color #D1750D: hue angle of 31.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1750D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.18 |
| HSL | 31.84º | 0.88% | 0.44% | - |
| HSV(B) | 31.84º | 0.94% | 0.82% | - |
| XYZ | 32.73 | 26.31 | 3.73 | - |
| YUV | 132.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 13 | 0 | 0.44 | 0.94 | 0.18 | 31.84 | 0.88 | 0.44 |
| Hex | D1 | 75 | D | 0 | 2C | 5E | 12 | 20 | 58 | 2C |
| Octal | 321 | 165 | 15 | 0 | 54 | 136 | 22 | 40 | 130 | 54 |
| Binary | 11010001 | 1110101 | 1101 | 0 | 101100 | 1011110 | 10010 | 100000 | 1011000 | 101100 |
Color Harmonies of #D1750D
Complementary color
Monochromatic Colors of #D1750D
Black with #D1750D
Text Example
Text Example
White with #D1750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1750D; }
p { color: rgb(209,117,13); }
H1.HeaderClassName
{
color: #D1750D;
}
.AnyTagClassName
{
color: #D1750D;
}
</style>
background-color css
<style>
a { background-color: #D1750D; }
a { background-color: rgb(209,117,13); }
div.DivClassName
{
background-color: #D1750D;
}
.BgClassName
{
background-color: #D1750D;
}
</style>
border-color css
<style>
span { border-color: #D1750D; }
span { border-color: rgb(209,117,13); }
td.TdClassName
{
border-color: #D1750D;
}
.TagClassName
{
border-color: #D1750D;
}
</style>