Shades of Ochre #DA841B
Tints of Ochre #DA841B
RGB
CMYK
RGB Variations
Color information
#DA841B (or 0xDA841B) is known color: Ochre. HEX triplet: DA, 84 and 1B. RGB value is (218,132,27). Sum of RGB (Red+Green+Blue) = 218+132+27=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA841B is #257BE4. Grayscale: #929292. Windows color (decimal): -2456549 or 1803482. OLE color: 1803482.
HSL color Cylindrical-coordinate representation of color #DA841B: hue angle of 32.98º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA841B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 27 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.15 |
| HSL | 32.98º | 0.78% | 0.48% | - |
| HSV(B) | 32.98º | 0.88% | 0.85% | - |
| XYZ | 37.36 | 31.49 | 5.15 | - |
| YUV | 145.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 27 | 0 | 0.39 | 0.88 | 0.15 | 32.98 | 0.78 | 0.48 |
| Hex | DA | 84 | 1B | 0 | 27 | 58 | F | 21 | 4E | 30 |
| Octal | 332 | 204 | 33 | 0 | 47 | 130 | 17 | 41 | 116 | 60 |
| Binary | 11011010 | 10000100 | 11011 | 0 | 100111 | 1011000 | 1111 | 100001 | 1001110 | 110000 |
Color Harmonies of #DA841B
Complementary color
Monochromatic Colors of #DA841B
Black with #DA841B
Text Example
Text Example
White with #DA841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA841B; }
p { color: rgb(218,132,27); }
H1.HeaderClassName
{
color: #DA841B;
}
.AnyTagClassName
{
color: #DA841B;
}
</style>
background-color css
<style>
a { background-color: #DA841B; }
a { background-color: rgb(218,132,27); }
div.DivClassName
{
background-color: #DA841B;
}
.BgClassName
{
background-color: #DA841B;
}
</style>
border-color css
<style>
span { border-color: #DA841B; }
span { border-color: rgb(218,132,27); }
td.TdClassName
{
border-color: #DA841B;
}
.TagClassName
{
border-color: #DA841B;
}
</style>