Shades of Ochre #D27615
Tints of Ochre #D27615
RGB
CMYK
RGB Variations
Color information
#D27615 (or 0xD27615) is known color: Ochre. HEX triplet: D2, 76 and 15. RGB value is (210,118,21). Sum of RGB (Red+Green+Blue) = 210+118+21=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27615 is #2D89EA. Grayscale: #868686. Windows color (decimal): -2984427 or 1406674. OLE color: 1406674.
HSL color Cylindrical-coordinate representation of color #D27615: hue angle of 30.79º degrees, saturation: 0.82, 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 #D27615 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 21 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.18 |
| HSL | 30.79º | 0.82% | 0.45% | - |
| HSV(B) | 30.79º | 0.9% | 0.82% | - |
| XYZ | 33.19 | 26.71 | 4.12 | - |
| YUV | 134.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 21 | 0 | 0.44 | 0.90 | 0.18 | 30.79 | 0.82 | 0.45 |
| Hex | D2 | 76 | 15 | 0 | 2C | 5A | 12 | 1F | 52 | 2D |
| Octal | 322 | 166 | 25 | 0 | 54 | 132 | 22 | 37 | 122 | 55 |
| Binary | 11010010 | 1110110 | 10101 | 0 | 101100 | 1011010 | 10010 | 11111 | 1010010 | 101101 |
Color Harmonies of #D27615
Complementary color
Monochromatic Colors of #D27615
Black with #D27615
Text Example
Text Example
White with #D27615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27615; }
p { color: rgb(210,118,21); }
H1.HeaderClassName
{
color: #D27615;
}
.AnyTagClassName
{
color: #D27615;
}
</style>
background-color css
<style>
a { background-color: #D27615; }
a { background-color: rgb(210,118,21); }
div.DivClassName
{
background-color: #D27615;
}
.BgClassName
{
background-color: #D27615;
}
</style>
border-color css
<style>
span { border-color: #D27615; }
span { border-color: rgb(210,118,21); }
td.TdClassName
{
border-color: #D27615;
}
.TagClassName
{
border-color: #D27615;
}
</style>