Shades of Ochre #D2760B
Tints of Ochre #D2760B
RGB
CMYK
RGB Variations
Color information
#D2760B (or 0xD2760B) is known color: Ochre. HEX triplet: D2, 76 and 0B. RGB value is (210,118,11). Sum of RGB (Red+Green+Blue) = 210+118+11=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2760B is #2D89F4. Grayscale: #858585. Windows color (decimal): -2984437 or 751314. OLE color: 751314.
HSL color Cylindrical-coordinate representation of color #D2760B: hue angle of 32.26º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2760B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 11 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.18 |
| HSL | 32.26º | 0.9% | 0.43% | - |
| HSV(B) | 32.26º | 0.95% | 0.82% | - |
| XYZ | 33.12 | 26.68 | 3.72 | - |
| YUV | 133.31 | 58.98 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 11 | 0 | 0.44 | 0.95 | 0.18 | 32.26 | 0.9 | 0.43 |
| Hex | D2 | 76 | B | 0 | 2C | 5F | 12 | 20 | 5A | 2B |
| Octal | 322 | 166 | 13 | 0 | 54 | 137 | 22 | 40 | 132 | 53 |
| Binary | 11010010 | 1110110 | 1011 | 0 | 101100 | 1011111 | 10010 | 100000 | 1011010 | 101011 |
Color Harmonies of #D2760B
Complementary color
Monochromatic Colors of #D2760B
Black with #D2760B
Text Example
Text Example
White with #D2760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2760B; }
p { color: rgb(210,118,11); }
H1.HeaderClassName
{
color: #D2760B;
}
.AnyTagClassName
{
color: #D2760B;
}
</style>
background-color css
<style>
a { background-color: #D2760B; }
a { background-color: rgb(210,118,11); }
div.DivClassName
{
background-color: #D2760B;
}
.BgClassName
{
background-color: #D2760B;
}
</style>
border-color css
<style>
span { border-color: #D2760B; }
span { border-color: rgb(210,118,11); }
td.TdClassName
{
border-color: #D2760B;
}
.TagClassName
{
border-color: #D2760B;
}
</style>