Shades of Ochre #D2761B
Tints of Ochre #D2761B
RGB
CMYK
RGB Variations
Color information
#D2761B (or 0xD2761B) is known color: Ochre. HEX triplet: D2, 76 and 1B. RGB value is (210,118,27). Sum of RGB (Red+Green+Blue) = 210+118+27=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2761B is #2D89E4. Grayscale: #878787. Windows color (decimal): -2984421 or 1799890. OLE color: 1799890.
HSL color Cylindrical-coordinate representation of color #D2761B: hue angle of 29.84º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2761B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 27 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.18 |
| HSL | 29.84º | 0.77% | 0.46% | - |
| HSV(B) | 29.84º | 0.87% | 0.82% | - |
| XYZ | 33.25 | 26.74 | 4.45 | - |
| YUV | 135.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 27 | 0 | 0.44 | 0.87 | 0.18 | 29.84 | 0.77 | 0.46 |
| Hex | D2 | 76 | 1B | 0 | 2C | 57 | 12 | 1E | 4D | 2E |
| Octal | 322 | 166 | 33 | 0 | 54 | 127 | 22 | 36 | 115 | 56 |
| Binary | 11010010 | 1110110 | 11011 | 0 | 101100 | 1010111 | 10010 | 11110 | 1001101 | 101110 |
Color Harmonies of #D2761B
Complementary color
Monochromatic Colors of #D2761B
Black with #D2761B
Text Example
Text Example
White with #D2761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2761B; }
p { color: rgb(210,118,27); }
H1.HeaderClassName
{
color: #D2761B;
}
.AnyTagClassName
{
color: #D2761B;
}
</style>
background-color css
<style>
a { background-color: #D2761B; }
a { background-color: rgb(210,118,27); }
div.DivClassName
{
background-color: #D2761B;
}
.BgClassName
{
background-color: #D2761B;
}
</style>
border-color css
<style>
span { border-color: #D2761B; }
span { border-color: rgb(210,118,27); }
td.TdClassName
{
border-color: #D2761B;
}
.TagClassName
{
border-color: #D2761B;
}
</style>