Shades of Ochre #DA821F
Tints of Ochre #DA821F
RGB
CMYK
RGB Variations
Color information
#DA821F (or 0xDA821F) is known color: Ochre. HEX triplet: DA, 82 and 1F. RGB value is (218,130,31). Sum of RGB (Red+Green+Blue) = 218+130+31=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA821F is #257DE0. Grayscale: #919191. Windows color (decimal): -2457057 or 2065114. OLE color: 2065114.
HSL color Cylindrical-coordinate representation of color #DA821F: hue angle of 31.76º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA821F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 31 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.15 |
| HSL | 31.76º | 0.75% | 0.49% | - |
| HSV(B) | 31.76º | 0.86% | 0.85% | - |
| XYZ | 37.14 | 30.97 | 5.32 | - |
| YUV | 145.03 | 63.65 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 31 | 0 | 0.40 | 0.86 | 0.15 | 31.76 | 0.75 | 0.49 |
| Hex | DA | 82 | 1F | 0 | 28 | 56 | F | 20 | 4B | 31 |
| Octal | 332 | 202 | 37 | 0 | 50 | 126 | 17 | 40 | 113 | 61 |
| Binary | 11011010 | 10000010 | 11111 | 0 | 101000 | 1010110 | 1111 | 100000 | 1001011 | 110001 |
Color Harmonies of #DA821F
Complementary color
Monochromatic Colors of #DA821F
Black with #DA821F
Text Example
Text Example
White with #DA821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA821F; }
p { color: rgb(218,130,31); }
H1.HeaderClassName
{
color: #DA821F;
}
.AnyTagClassName
{
color: #DA821F;
}
</style>
background-color css
<style>
a { background-color: #DA821F; }
a { background-color: rgb(218,130,31); }
div.DivClassName
{
background-color: #DA821F;
}
.BgClassName
{
background-color: #DA821F;
}
</style>
border-color css
<style>
span { border-color: #DA821F; }
span { border-color: rgb(218,130,31); }
td.TdClassName
{
border-color: #DA821F;
}
.TagClassName
{
border-color: #DA821F;
}
</style>