Shades of Ochre #DA8215
Tints of Ochre #DA8215
RGB
CMYK
RGB Variations
Color information
#DA8215 (or 0xDA8215) is known color: Ochre. HEX triplet: DA, 82 and 15. RGB value is (218,130,21). Sum of RGB (Red+Green+Blue) = 218+130+21=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8215 is #257DEA. Grayscale: #909090. Windows color (decimal): -2457067 or 1409754. OLE color: 1409754.
HSL color Cylindrical-coordinate representation of color #DA8215: hue angle of 33.2º 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 #DA8215 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.15 |
| HSL | 33.2º | 0.82% | 0.47% | - |
| HSV(B) | 33.2º | 0.9% | 0.85% | - |
| XYZ | 37.03 | 30.92 | 4.73 | - |
| YUV | 143.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 21 | 0 | 0.40 | 0.90 | 0.15 | 33.2 | 0.82 | 0.47 |
| Hex | DA | 82 | 15 | 0 | 28 | 5A | F | 21 | 52 | 2F |
| Octal | 332 | 202 | 25 | 0 | 50 | 132 | 17 | 41 | 122 | 57 |
| Binary | 11011010 | 10000010 | 10101 | 0 | 101000 | 1011010 | 1111 | 100001 | 1010010 | 101111 |
Color Harmonies of #DA8215
Complementary color
Monochromatic Colors of #DA8215
Black with #DA8215
Text Example
Text Example
White with #DA8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8215; }
p { color: rgb(218,130,21); }
H1.HeaderClassName
{
color: #DA8215;
}
.AnyTagClassName
{
color: #DA8215;
}
</style>
background-color css
<style>
a { background-color: #DA8215; }
a { background-color: rgb(218,130,21); }
div.DivClassName
{
background-color: #DA8215;
}
.BgClassName
{
background-color: #DA8215;
}
</style>
border-color css
<style>
span { border-color: #DA8215; }
span { border-color: rgb(218,130,21); }
td.TdClassName
{
border-color: #DA8215;
}
.TagClassName
{
border-color: #DA8215;
}
</style>