Shades of Fire Bush #DA9944
Tints of Fire Bush #DA9944
RGB
CMYK
RGB Variations
Color information
#DA9944 (or 0xDA9944) is known color: Fire Bush. HEX triplet: DA, 99 and 44. RGB value is (218,153,68). Sum of RGB (Red+Green+Blue) = 218+153+68=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9944 is #2566BB. Grayscale: #A3A3A3. Windows color (decimal): -2451132 or 4495834. OLE color: 4495834.
HSL color Cylindrical-coordinate representation of color #DA9944: hue angle of 34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA9944 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 68 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.15 |
| HSL | 34º | 0.67% | 0.56% | - |
| HSV(B) | 34º | 0.69% | 0.85% | - |
| XYZ | 41.35 | 38.11 | 10.64 | - |
| YUV | 162.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 68 | 0 | 0.30 | 0.69 | 0.15 | 34 | 0.67 | 0.56 |
| Hex | DA | 99 | 44 | 0 | 1E | 45 | F | 22 | 43 | 38 |
| Octal | 332 | 231 | 104 | 0 | 36 | 105 | 17 | 42 | 103 | 70 |
| Binary | 11011010 | 10011001 | 1000100 | 0 | 11110 | 1000101 | 1111 | 100010 | 1000011 | 111000 |
Color Harmonies of #DA9944
Complementary color
Monochromatic Colors of #DA9944
Black with #DA9944
Text Example
Text Example
White with #DA9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9944; }
p { color: rgb(218,153,68); }
H1.HeaderClassName
{
color: #DA9944;
}
.AnyTagClassName
{
color: #DA9944;
}
</style>
background-color css
<style>
a { background-color: #DA9944; }
a { background-color: rgb(218,153,68); }
div.DivClassName
{
background-color: #DA9944;
}
.BgClassName
{
background-color: #DA9944;
}
</style>
border-color css
<style>
span { border-color: #DA9944; }
span { border-color: rgb(218,153,68); }
td.TdClassName
{
border-color: #DA9944;
}
.TagClassName
{
border-color: #DA9944;
}
</style>