Shades of Ochre #DA8121
Tints of Ochre #DA8121
RGB
CMYK
RGB Variations
Color information
#DA8121 (or 0xDA8121) is known color: Ochre. HEX triplet: DA, 81 and 21. RGB value is (218,129,33). Sum of RGB (Red+Green+Blue) = 218+129+33=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8121 is #257EDE. Grayscale: #919191. Windows color (decimal): -2457311 or 2195930. OLE color: 2195930.
HSL color Cylindrical-coordinate representation of color #DA8121: hue angle of 31.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA8121 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.15 |
| HSL | 31.14º | 0.74% | 0.49% | - |
| HSV(B) | 31.14º | 0.85% | 0.85% | - |
| XYZ | 37.04 | 30.72 | 5.42 | - |
| YUV | 144.67 | 64.99 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 33 | 0 | 0.41 | 0.85 | 0.15 | 31.14 | 0.74 | 0.49 |
| Hex | DA | 81 | 21 | 0 | 29 | 55 | F | 1F | 4A | 31 |
| Octal | 332 | 201 | 41 | 0 | 51 | 125 | 17 | 37 | 112 | 61 |
| Binary | 11011010 | 10000001 | 100001 | 0 | 101001 | 1010101 | 1111 | 11111 | 1001010 | 110001 |
Color Harmonies of #DA8121
Complementary color
Monochromatic Colors of #DA8121
Black with #DA8121
Text Example
Text Example
White with #DA8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8121; }
p { color: rgb(218,129,33); }
H1.HeaderClassName
{
color: #DA8121;
}
.AnyTagClassName
{
color: #DA8121;
}
</style>
background-color css
<style>
a { background-color: #DA8121; }
a { background-color: rgb(218,129,33); }
div.DivClassName
{
background-color: #DA8121;
}
.BgClassName
{
background-color: #DA8121;
}
</style>
border-color css
<style>
span { border-color: #DA8121; }
span { border-color: rgb(218,129,33); }
td.TdClassName
{
border-color: #DA8121;
}
.TagClassName
{
border-color: #DA8121;
}
</style>