Shades of Fire Bush #DA9748
Tints of Fire Bush #DA9748
RGB
CMYK
RGB Variations
Color information
#DA9748 (or 0xDA9748) is known color: Fire Bush. HEX triplet: DA, 97 and 48. RGB value is (218,151,72). Sum of RGB (Red+Green+Blue) = 218+151+72=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9748 is #2568B7. Grayscale: #A2A2A2. Windows color (decimal): -2451640 or 4757466. OLE color: 4757466.
HSL color Cylindrical-coordinate representation of color #DA9748: hue angle of 32.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA9748 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 72 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.15 |
| HSL | 32.47º | 0.66% | 0.57% | - |
| HSV(B) | 32.47º | 0.67% | 0.85% | - |
| XYZ | 41.15 | 37.51 | 11.2 | - |
| YUV | 162.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 72 | 0 | 0.31 | 0.67 | 0.15 | 32.47 | 0.66 | 0.57 |
| Hex | DA | 97 | 48 | 0 | 1F | 43 | F | 20 | 42 | 39 |
| Octal | 332 | 227 | 110 | 0 | 37 | 103 | 17 | 40 | 102 | 71 |
| Binary | 11011010 | 10010111 | 1001000 | 0 | 11111 | 1000011 | 1111 | 100000 | 1000010 | 111001 |
Color Harmonies of #DA9748
Complementary color
Monochromatic Colors of #DA9748
Black with #DA9748
Text Example
Text Example
White with #DA9748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9748; }
p { color: rgb(218,151,72); }
H1.HeaderClassName
{
color: #DA9748;
}
.AnyTagClassName
{
color: #DA9748;
}
</style>
background-color css
<style>
a { background-color: #DA9748; }
a { background-color: rgb(218,151,72); }
div.DivClassName
{
background-color: #DA9748;
}
.BgClassName
{
background-color: #DA9748;
}
</style>
border-color css
<style>
span { border-color: #DA9748; }
span { border-color: rgb(218,151,72); }
td.TdClassName
{
border-color: #DA9748;
}
.TagClassName
{
border-color: #DA9748;
}
</style>