Shades of Ochre #DA791B
Tints of Ochre #DA791B
RGB
CMYK
RGB Variations
Color information
#DA791B (or 0xDA791B) is known color: Ochre. HEX triplet: DA, 79 and 1B. RGB value is (218,121,27). Sum of RGB (Red+Green+Blue) = 218+121+27=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA791B is #2586E4. Grayscale: #8B8B8B. Windows color (decimal): -2459365 or 1800666. OLE color: 1800666.
HSL color Cylindrical-coordinate representation of color #DA791B: hue angle of 29.53º 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 #DA791B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 27 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.15 |
| HSL | 29.53º | 0.78% | 0.48% | - |
| HSV(B) | 29.53º | 0.88% | 0.85% | - |
| XYZ | 35.95 | 28.66 | 4.67 | - |
| YUV | 139.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 27 | 0 | 0.44 | 0.88 | 0.15 | 29.53 | 0.78 | 0.48 |
| Hex | DA | 79 | 1B | 0 | 2C | 58 | F | 1E | 4E | 30 |
| Octal | 332 | 171 | 33 | 0 | 54 | 130 | 17 | 36 | 116 | 60 |
| Binary | 11011010 | 1111001 | 11011 | 0 | 101100 | 1011000 | 1111 | 11110 | 1001110 | 110000 |
Color Harmonies of #DA791B
Complementary color
Monochromatic Colors of #DA791B
Black with #DA791B
Text Example
Text Example
White with #DA791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA791B; }
p { color: rgb(218,121,27); }
H1.HeaderClassName
{
color: #DA791B;
}
.AnyTagClassName
{
color: #DA791B;
}
</style>
background-color css
<style>
a { background-color: #DA791B; }
a { background-color: rgb(218,121,27); }
div.DivClassName
{
background-color: #DA791B;
}
.BgClassName
{
background-color: #DA791B;
}
</style>
border-color css
<style>
span { border-color: #DA791B; }
span { border-color: rgb(218,121,27); }
td.TdClassName
{
border-color: #DA791B;
}
.TagClassName
{
border-color: #DA791B;
}
</style>