Shades of Ochre #D08815
Tints of Ochre #D08815
RGB
CMYK
RGB Variations
Color information
#D08815 (or 0xD08815) is known color: Ochre. HEX triplet: D0, 88 and 15. RGB value is (208,136,21). Sum of RGB (Red+Green+Blue) = 208+136+21=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D08815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08815 is #2F77EA. Grayscale: #909090. Windows color (decimal): -3110891 or 1411280. OLE color: 1411280.
HSL color Cylindrical-coordinate representation of color #D08815: hue angle of 36.9º 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 #D08815 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 21 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.18 |
| HSL | 36.9º | 0.82% | 0.45% | - |
| HSV(B) | 36.9º | 0.9% | 0.82% | - |
| XYZ | 34.95 | 31.07 | 4.86 | - |
| YUV | 144.42 | 58.35 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 21 | 0 | 0.35 | 0.90 | 0.18 | 36.9 | 0.82 | 0.45 |
| Hex | D0 | 88 | 15 | 0 | 23 | 5A | 12 | 25 | 52 | 2D |
| Octal | 320 | 210 | 25 | 0 | 43 | 132 | 22 | 45 | 122 | 55 |
| Binary | 11010000 | 10001000 | 10101 | 0 | 100011 | 1011010 | 10010 | 100101 | 1010010 | 101101 |
Color Harmonies of #D08815
Complementary color
Monochromatic Colors of #D08815
Black with #D08815
Text Example
Text Example
White with #D08815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08815; }
p { color: rgb(208,136,21); }
H1.HeaderClassName
{
color: #D08815;
}
.AnyTagClassName
{
color: #D08815;
}
</style>
background-color css
<style>
a { background-color: #D08815; }
a { background-color: rgb(208,136,21); }
div.DivClassName
{
background-color: #D08815;
}
.BgClassName
{
background-color: #D08815;
}
</style>
border-color css
<style>
span { border-color: #D08815; }
span { border-color: rgb(208,136,21); }
td.TdClassName
{
border-color: #D08815;
}
.TagClassName
{
border-color: #D08815;
}
</style>