Shades of Fire Bush #DA964F
Tints of Fire Bush #DA964F
RGB
CMYK
RGB Variations
Color information
#DA964F (or 0xDA964F) is known color: Fire Bush. HEX triplet: DA, 96 and 4F. RGB value is (218,150,79). Sum of RGB (Red+Green+Blue) = 218+150+79=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA964F is #2569B0. Grayscale: #A2A2A2. Windows color (decimal): -2451889 or 5215962. OLE color: 5215962.
HSL color Cylindrical-coordinate representation of color #DA964F: hue angle of 30.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA964F is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 79 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.15 |
| HSL | 30.65º | 0.65% | 0.58% | - |
| HSV(B) | 30.65º | 0.64% | 0.85% | - |
| XYZ | 41.23 | 37.28 | 12.42 | - |
| YUV | 162.24 | 81.03 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 79 | 0 | 0.31 | 0.64 | 0.15 | 30.65 | 0.65 | 0.58 |
| Hex | DA | 96 | 4F | 0 | 1F | 40 | F | 1F | 41 | 3A |
| Octal | 332 | 226 | 117 | 0 | 37 | 100 | 17 | 37 | 101 | 72 |
| Binary | 11011010 | 10010110 | 1001111 | 0 | 11111 | 1000000 | 1111 | 11111 | 1000001 | 111010 |
Color Harmonies of #DA964F
Complementary color
Monochromatic Colors of #DA964F
Black with #DA964F
Text Example
Text Example
White with #DA964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA964F; }
p { color: rgb(218,150,79); }
H1.HeaderClassName
{
color: #DA964F;
}
.AnyTagClassName
{
color: #DA964F;
}
</style>
background-color css
<style>
a { background-color: #DA964F; }
a { background-color: rgb(218,150,79); }
div.DivClassName
{
background-color: #DA964F;
}
.BgClassName
{
background-color: #DA964F;
}
</style>
border-color css
<style>
span { border-color: #DA964F; }
span { border-color: rgb(218,150,79); }
td.TdClassName
{
border-color: #DA964F;
}
.TagClassName
{
border-color: #DA964F;
}
</style>