Shades of Ochre #D08215
Tints of Ochre #D08215
RGB
CMYK
RGB Variations
Color information
#D08215 (or 0xD08215) is known color: Ochre. HEX triplet: D0, 82 and 15. RGB value is (208,130,21). Sum of RGB (Red+Green+Blue) = 208+130+21=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08215 is #2F7DEA. Grayscale: #8D8D8D. Windows color (decimal): -3112427 or 1409744. OLE color: 1409744.
HSL color Cylindrical-coordinate representation of color #D08215: hue angle of 34.97º 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 #D08215 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.18 |
| HSL | 34.97º | 0.82% | 0.45% | - |
| HSV(B) | 34.97º | 0.9% | 0.82% | - |
| XYZ | 34.13 | 29.43 | 4.59 | - |
| YUV | 140.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 21 | 0 | 0.38 | 0.90 | 0.18 | 34.97 | 0.82 | 0.45 |
| Hex | D0 | 82 | 15 | 0 | 26 | 5A | 12 | 23 | 52 | 2D |
| Octal | 320 | 202 | 25 | 0 | 46 | 132 | 22 | 43 | 122 | 55 |
| Binary | 11010000 | 10000010 | 10101 | 0 | 100110 | 1011010 | 10010 | 100011 | 1010010 | 101101 |
Color Harmonies of #D08215
Complementary color
Monochromatic Colors of #D08215
Black with #D08215
Text Example
Text Example
White with #D08215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08215; }
p { color: rgb(208,130,21); }
H1.HeaderClassName
{
color: #D08215;
}
.AnyTagClassName
{
color: #D08215;
}
</style>
background-color css
<style>
a { background-color: #D08215; }
a { background-color: rgb(208,130,21); }
div.DivClassName
{
background-color: #D08215;
}
.BgClassName
{
background-color: #D08215;
}
</style>
border-color css
<style>
span { border-color: #D08215; }
span { border-color: rgb(208,130,21); }
td.TdClassName
{
border-color: #D08215;
}
.TagClassName
{
border-color: #D08215;
}
</style>