Shades of Ochre #DA821E
Tints of Ochre #DA821E
RGB
CMYK
RGB Variations
Color information
#DA821E (or 0xDA821E) is known color: Ochre. HEX triplet: DA, 82 and 1E. RGB value is (218,130,30). Sum of RGB (Red+Green+Blue) = 218+130+30=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA821E is #257DE1. Grayscale: #919191. Windows color (decimal): -2457058 or 1999578. OLE color: 1999578.
HSL color Cylindrical-coordinate representation of color #DA821E: hue angle of 31.91º degrees, saturation: 0.76, 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 #DA821E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.15 |
| HSL | 31.91º | 0.76% | 0.49% | - |
| HSV(B) | 31.91º | 0.86% | 0.85% | - |
| XYZ | 37.13 | 30.96 | 5.25 | - |
| YUV | 144.91 | 63.15 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 30 | 0 | 0.40 | 0.86 | 0.15 | 31.91 | 0.76 | 0.49 |
| Hex | DA | 82 | 1E | 0 | 28 | 56 | F | 20 | 4C | 31 |
| Octal | 332 | 202 | 36 | 0 | 50 | 126 | 17 | 40 | 114 | 61 |
| Binary | 11011010 | 10000010 | 11110 | 0 | 101000 | 1010110 | 1111 | 100000 | 1001100 | 110001 |
Color Harmonies of #DA821E
Complementary color
Monochromatic Colors of #DA821E
Black with #DA821E
Text Example
Text Example
White with #DA821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA821E; }
p { color: rgb(218,130,30); }
H1.HeaderClassName
{
color: #DA821E;
}
.AnyTagClassName
{
color: #DA821E;
}
</style>
background-color css
<style>
a { background-color: #DA821E; }
a { background-color: rgb(218,130,30); }
div.DivClassName
{
background-color: #DA821E;
}
.BgClassName
{
background-color: #DA821E;
}
</style>
border-color css
<style>
span { border-color: #DA821E; }
span { border-color: rgb(218,130,30); }
td.TdClassName
{
border-color: #DA821E;
}
.TagClassName
{
border-color: #DA821E;
}
</style>