Shades of Ochre #DA8021
Tints of Ochre #DA8021
RGB
CMYK
RGB Variations
Color information
#DA8021 (or 0xDA8021) is known color: Ochre. HEX triplet: DA, 80 and 21. RGB value is (218,128,33). Sum of RGB (Red+Green+Blue) = 218+128+33=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8021 is #257FDE. Grayscale: #909090. Windows color (decimal): -2457567 or 2195674. OLE color: 2195674.
HSL color Cylindrical-coordinate representation of color #DA8021: hue angle of 30.81º 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 #DA8021 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.15 |
| HSL | 30.81º | 0.74% | 0.49% | - |
| HSV(B) | 30.81º | 0.85% | 0.85% | - |
| XYZ | 36.91 | 30.45 | 5.37 | - |
| YUV | 144.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 33 | 0 | 0.41 | 0.85 | 0.15 | 30.81 | 0.74 | 0.49 |
| Hex | DA | 80 | 21 | 0 | 29 | 55 | F | 1F | 4A | 31 |
| Octal | 332 | 200 | 41 | 0 | 51 | 125 | 17 | 37 | 112 | 61 |
| Binary | 11011010 | 10000000 | 100001 | 0 | 101001 | 1010101 | 1111 | 11111 | 1001010 | 110001 |
Color Harmonies of #DA8021
Complementary color
Monochromatic Colors of #DA8021
Black with #DA8021
Text Example
Text Example
White with #DA8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8021; }
p { color: rgb(218,128,33); }
H1.HeaderClassName
{
color: #DA8021;
}
.AnyTagClassName
{
color: #DA8021;
}
</style>
background-color css
<style>
a { background-color: #DA8021; }
a { background-color: rgb(218,128,33); }
div.DivClassName
{
background-color: #DA8021;
}
.BgClassName
{
background-color: #DA8021;
}
</style>
border-color css
<style>
span { border-color: #DA8021; }
span { border-color: rgb(218,128,33); }
td.TdClassName
{
border-color: #DA8021;
}
.TagClassName
{
border-color: #DA8021;
}
</style>