Shades of Fire Bush #DA964D
Tints of Fire Bush #DA964D
RGB
CMYK
RGB Variations
Color information
#DA964D (or 0xDA964D) is known color: Fire Bush. HEX triplet: DA, 96 and 4D. RGB value is (218,150,77). Sum of RGB (Red+Green+Blue) = 218+150+77=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA964D is #2569B2. Grayscale: #A2A2A2. Windows color (decimal): -2451891 or 5084890. OLE color: 5084890.
HSL color Cylindrical-coordinate representation of color #DA964D: hue angle of 31.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA964D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 77 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.15 |
| HSL | 31.06º | 0.66% | 0.58% | - |
| HSV(B) | 31.06º | 0.65% | 0.85% | - |
| XYZ | 41.16 | 37.25 | 12.04 | - |
| YUV | 162.01 | 80.03 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 77 | 0 | 0.31 | 0.65 | 0.15 | 31.06 | 0.66 | 0.58 |
| Hex | DA | 96 | 4D | 0 | 1F | 41 | F | 1F | 42 | 3A |
| Octal | 332 | 226 | 115 | 0 | 37 | 101 | 17 | 37 | 102 | 72 |
| Binary | 11011010 | 10010110 | 1001101 | 0 | 11111 | 1000001 | 1111 | 11111 | 1000010 | 111010 |
Color Harmonies of #DA964D
Complementary color
Monochromatic Colors of #DA964D
Black with #DA964D
Text Example
Text Example
White with #DA964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA964D; }
p { color: rgb(218,150,77); }
H1.HeaderClassName
{
color: #DA964D;
}
.AnyTagClassName
{
color: #DA964D;
}
</style>
background-color css
<style>
a { background-color: #DA964D; }
a { background-color: rgb(218,150,77); }
div.DivClassName
{
background-color: #DA964D;
}
.BgClassName
{
background-color: #DA964D;
}
</style>
border-color css
<style>
span { border-color: #DA964D; }
span { border-color: rgb(218,150,77); }
td.TdClassName
{
border-color: #DA964D;
}
.TagClassName
{
border-color: #DA964D;
}
</style>