Shades of Ochre #DA8415
Tints of Ochre #DA8415
RGB
CMYK
RGB Variations
Color information
#DA8415 (or 0xDA8415) is known color: Ochre. HEX triplet: DA, 84 and 15. RGB value is (218,132,21). Sum of RGB (Red+Green+Blue) = 218+132+21=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8415 is #257BEA. Grayscale: #919191. Windows color (decimal): -2456555 or 1410266. OLE color: 1410266.
HSL color Cylindrical-coordinate representation of color #DA8415: hue angle of 33.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8415 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.15 |
| HSL | 33.81º | 0.82% | 0.47% | - |
| HSV(B) | 33.81º | 0.9% | 0.85% | - |
| XYZ | 37.3 | 31.46 | 4.82 | - |
| YUV | 145.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 21 | 0 | 0.39 | 0.90 | 0.15 | 33.81 | 0.82 | 0.47 |
| Hex | DA | 84 | 15 | 0 | 27 | 5A | F | 22 | 52 | 2F |
| Octal | 332 | 204 | 25 | 0 | 47 | 132 | 17 | 42 | 122 | 57 |
| Binary | 11011010 | 10000100 | 10101 | 0 | 100111 | 1011010 | 1111 | 100010 | 1010010 | 101111 |
Color Harmonies of #DA8415
Complementary color
Monochromatic Colors of #DA8415
Black with #DA8415
Text Example
Text Example
White with #DA8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8415; }
p { color: rgb(218,132,21); }
H1.HeaderClassName
{
color: #DA8415;
}
.AnyTagClassName
{
color: #DA8415;
}
</style>
background-color css
<style>
a { background-color: #DA8415; }
a { background-color: rgb(218,132,21); }
div.DivClassName
{
background-color: #DA8415;
}
.BgClassName
{
background-color: #DA8415;
}
</style>
border-color css
<style>
span { border-color: #DA8415; }
span { border-color: rgb(218,132,21); }
td.TdClassName
{
border-color: #DA8415;
}
.TagClassName
{
border-color: #DA8415;
}
</style>