Shades of Fire Bush #DA9946
Tints of Fire Bush #DA9946
RGB
CMYK
RGB Variations
Color information
#DA9946 (or 0xDA9946) is known color: Fire Bush. HEX triplet: DA, 99 and 46. RGB value is (218,153,70). Sum of RGB (Red+Green+Blue) = 218+153+70=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9946 is #2566B9. Grayscale: #A3A3A3. Windows color (decimal): -2451130 or 4626906. OLE color: 4626906.
HSL color Cylindrical-coordinate representation of color #DA9946: hue angle of 33.65º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA9946 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 70 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.15 |
| HSL | 33.65º | 0.67% | 0.56% | - |
| HSV(B) | 33.65º | 0.68% | 0.85% | - |
| XYZ | 41.41 | 38.13 | 10.97 | - |
| YUV | 162.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 70 | 0 | 0.30 | 0.68 | 0.15 | 33.65 | 0.67 | 0.56 |
| Hex | DA | 99 | 46 | 0 | 1E | 44 | F | 22 | 43 | 38 |
| Octal | 332 | 231 | 106 | 0 | 36 | 104 | 17 | 42 | 103 | 70 |
| Binary | 11011010 | 10011001 | 1000110 | 0 | 11110 | 1000100 | 1111 | 100010 | 1000011 | 111000 |
Color Harmonies of #DA9946
Complementary color
Monochromatic Colors of #DA9946
Black with #DA9946
Text Example
Text Example
White with #DA9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9946; }
p { color: rgb(218,153,70); }
H1.HeaderClassName
{
color: #DA9946;
}
.AnyTagClassName
{
color: #DA9946;
}
</style>
background-color css
<style>
a { background-color: #DA9946; }
a { background-color: rgb(218,153,70); }
div.DivClassName
{
background-color: #DA9946;
}
.BgClassName
{
background-color: #DA9946;
}
</style>
border-color css
<style>
span { border-color: #DA9946; }
span { border-color: rgb(218,153,70); }
td.TdClassName
{
border-color: #DA9946;
}
.TagClassName
{
border-color: #DA9946;
}
</style>