Shades of Ochre #DA831D
Tints of Ochre #DA831D
RGB
CMYK
RGB Variations
Color information
#DA831D (or 0xDA831D) is known color: Ochre. HEX triplet: DA, 83 and 1D. RGB value is (218,131,29). Sum of RGB (Red+Green+Blue) = 218+131+29=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831D is #257CE2. Grayscale: #919191. Windows color (decimal): -2456803 or 1934298. OLE color: 1934298.
HSL color Cylindrical-coordinate representation of color #DA831D: hue angle of 32.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA831D is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 29 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.15 |
| HSL | 32.38º | 0.77% | 0.48% | - |
| HSV(B) | 32.38º | 0.87% | 0.85% | - |
| XYZ | 37.25 | 31.23 | 5.23 | - |
| YUV | 145.39 | 62.32 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 29 | 0 | 0.40 | 0.87 | 0.15 | 32.38 | 0.77 | 0.48 |
| Hex | DA | 83 | 1D | 0 | 28 | 57 | F | 20 | 4D | 30 |
| Octal | 332 | 203 | 35 | 0 | 50 | 127 | 17 | 40 | 115 | 60 |
| Binary | 11011010 | 10000011 | 11101 | 0 | 101000 | 1010111 | 1111 | 100000 | 1001101 | 110000 |
Color Harmonies of #DA831D
Complementary color
Monochromatic Colors of #DA831D
Black with #DA831D
Text Example
Text Example
White with #DA831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA831D; }
p { color: rgb(218,131,29); }
H1.HeaderClassName
{
color: #DA831D;
}
.AnyTagClassName
{
color: #DA831D;
}
</style>
background-color css
<style>
a { background-color: #DA831D; }
a { background-color: rgb(218,131,29); }
div.DivClassName
{
background-color: #DA831D;
}
.BgClassName
{
background-color: #DA831D;
}
</style>
border-color css
<style>
span { border-color: #DA831D; }
span { border-color: rgb(218,131,29); }
td.TdClassName
{
border-color: #DA831D;
}
.TagClassName
{
border-color: #DA831D;
}
</style>