Shades of Ochre #D08415
Tints of Ochre #D08415
RGB
CMYK
RGB Variations
Color information
#D08415 (or 0xD08415) is known color: Ochre. HEX triplet: D0, 84 and 15. RGB value is (208,132,21). Sum of RGB (Red+Green+Blue) = 208+132+21=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D08415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08415 is #2F7BEA. Grayscale: #8E8E8E. Windows color (decimal): -3111915 or 1410256. OLE color: 1410256.
HSL color Cylindrical-coordinate representation of color #D08415: hue angle of 35.61º 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 #D08415 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.18 |
| HSL | 35.61º | 0.82% | 0.45% | - |
| HSV(B) | 35.61º | 0.9% | 0.82% | - |
| XYZ | 34.4 | 29.97 | 4.68 | - |
| YUV | 142.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 21 | 0 | 0.37 | 0.90 | 0.18 | 35.61 | 0.82 | 0.45 |
| Hex | D0 | 84 | 15 | 0 | 25 | 5A | 12 | 24 | 52 | 2D |
| Octal | 320 | 204 | 25 | 0 | 45 | 132 | 22 | 44 | 122 | 55 |
| Binary | 11010000 | 10000100 | 10101 | 0 | 100101 | 1011010 | 10010 | 100100 | 1010010 | 101101 |
Color Harmonies of #D08415
Complementary color
Monochromatic Colors of #D08415
Black with #D08415
Text Example
Text Example
White with #D08415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08415; }
p { color: rgb(208,132,21); }
H1.HeaderClassName
{
color: #D08415;
}
.AnyTagClassName
{
color: #D08415;
}
</style>
background-color css
<style>
a { background-color: #D08415; }
a { background-color: rgb(208,132,21); }
div.DivClassName
{
background-color: #D08415;
}
.BgClassName
{
background-color: #D08415;
}
</style>
border-color css
<style>
span { border-color: #D08415; }
span { border-color: rgb(208,132,21); }
td.TdClassName
{
border-color: #D08415;
}
.TagClassName
{
border-color: #D08415;
}
</style>