Shades of Ochre #D2760D
Tints of Ochre #D2760D
RGB
CMYK
RGB Variations
Color information
#D2760D (or 0xD2760D) is known color: Ochre. HEX triplet: D2, 76 and 0D. RGB value is (210,118,13). Sum of RGB (Red+Green+Blue) = 210+118+13=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2760D is #2D89F2. Grayscale: #868686. Windows color (decimal): -2984435 or 882386. OLE color: 882386.
HSL color Cylindrical-coordinate representation of color #D2760D: hue angle of 31.98º 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 #D2760D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.18 |
| HSL | 31.98º | 0.88% | 0.44% | - |
| HSV(B) | 31.98º | 0.94% | 0.82% | - |
| XYZ | 33.13 | 26.69 | 3.79 | - |
| YUV | 133.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 13 | 0 | 0.44 | 0.94 | 0.18 | 31.98 | 0.88 | 0.44 |
| Hex | D2 | 76 | D | 0 | 2C | 5E | 12 | 20 | 58 | 2C |
| Octal | 322 | 166 | 15 | 0 | 54 | 136 | 22 | 40 | 130 | 54 |
| Binary | 11010010 | 1110110 | 1101 | 0 | 101100 | 1011110 | 10010 | 100000 | 1011000 | 101100 |
Color Harmonies of #D2760D
Complementary color
Monochromatic Colors of #D2760D
Black with #D2760D
Text Example
Text Example
White with #D2760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2760D; }
p { color: rgb(210,118,13); }
H1.HeaderClassName
{
color: #D2760D;
}
.AnyTagClassName
{
color: #D2760D;
}
</style>
background-color css
<style>
a { background-color: #D2760D; }
a { background-color: rgb(210,118,13); }
div.DivClassName
{
background-color: #D2760D;
}
.BgClassName
{
background-color: #D2760D;
}
</style>
border-color css
<style>
span { border-color: #D2760D; }
span { border-color: rgb(210,118,13); }
td.TdClassName
{
border-color: #D2760D;
}
.TagClassName
{
border-color: #D2760D;
}
</style>