Shades of Ochre #DA831F
Tints of Ochre #DA831F
RGB
CMYK
RGB Variations
Color information
#DA831F (or 0xDA831F) is known color: Ochre. HEX triplet: DA, 83 and 1F. RGB value is (218,131,31). Sum of RGB (Red+Green+Blue) = 218+131+31=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831F is #257CE0. Grayscale: #929292. Windows color (decimal): -2456801 or 2065370. OLE color: 2065370.
HSL color Cylindrical-coordinate representation of color #DA831F: hue angle of 32.09º 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 #DA831F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 31 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.15 |
| HSL | 32.09º | 0.75% | 0.49% | - |
| HSV(B) | 32.09º | 0.86% | 0.85% | - |
| XYZ | 37.28 | 31.24 | 5.36 | - |
| YUV | 145.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 31 | 0 | 0.40 | 0.86 | 0.15 | 32.09 | 0.75 | 0.49 |
| Hex | DA | 83 | 1F | 0 | 28 | 56 | F | 20 | 4B | 31 |
| Octal | 332 | 203 | 37 | 0 | 50 | 126 | 17 | 40 | 113 | 61 |
| Binary | 11011010 | 10000011 | 11111 | 0 | 101000 | 1010110 | 1111 | 100000 | 1001011 | 110001 |
Color Harmonies of #DA831F
Complementary color
Monochromatic Colors of #DA831F
Black with #DA831F
Text Example
Text Example
White with #DA831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA831F; }
p { color: rgb(218,131,31); }
H1.HeaderClassName
{
color: #DA831F;
}
.AnyTagClassName
{
color: #DA831F;
}
</style>
background-color css
<style>
a { background-color: #DA831F; }
a { background-color: rgb(218,131,31); }
div.DivClassName
{
background-color: #DA831F;
}
.BgClassName
{
background-color: #DA831F;
}
</style>
border-color css
<style>
span { border-color: #DA831F; }
span { border-color: rgb(218,131,31); }
td.TdClassName
{
border-color: #DA831F;
}
.TagClassName
{
border-color: #DA831F;
}
</style>