Shades of Ochre #D27516
Tints of Ochre #D27516
RGB
CMYK
RGB Variations
Color information
#D27516 (or 0xD27516) is known color: Ochre. HEX triplet: D2, 75 and 16. RGB value is (210,117,22). Sum of RGB (Red+Green+Blue) = 210+117+22=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27516 is #2D8AE9. Grayscale: #868686. Windows color (decimal): -2984682 or 1471954. OLE color: 1471954.
HSL color Cylindrical-coordinate representation of color #D27516: hue angle of 30.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D27516 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 22 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.18 |
| HSL | 30.32º | 0.81% | 0.45% | - |
| HSV(B) | 30.32º | 0.9% | 0.82% | - |
| XYZ | 33.08 | 26.48 | 4.13 | - |
| YUV | 133.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 22 | 0 | 0.44 | 0.90 | 0.18 | 30.32 | 0.81 | 0.45 |
| Hex | D2 | 75 | 16 | 0 | 2C | 5A | 12 | 1E | 51 | 2D |
| Octal | 322 | 165 | 26 | 0 | 54 | 132 | 22 | 36 | 121 | 55 |
| Binary | 11010010 | 1110101 | 10110 | 0 | 101100 | 1011010 | 10010 | 11110 | 1010001 | 101101 |
Color Harmonies of #D27516
Complementary color
Monochromatic Colors of #D27516
Black with #D27516
Text Example
Text Example
White with #D27516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27516; }
p { color: rgb(210,117,22); }
H1.HeaderClassName
{
color: #D27516;
}
.AnyTagClassName
{
color: #D27516;
}
</style>
background-color css
<style>
a { background-color: #D27516; }
a { background-color: rgb(210,117,22); }
div.DivClassName
{
background-color: #D27516;
}
.BgClassName
{
background-color: #D27516;
}
</style>
border-color css
<style>
span { border-color: #D27516; }
span { border-color: rgb(210,117,22); }
td.TdClassName
{
border-color: #D27516;
}
.TagClassName
{
border-color: #D27516;
}
</style>