Shades of Fire Bush #DA9E42
Tints of Fire Bush #DA9E42
RGB
CMYK
RGB Variations
Color information
#DA9E42 (or 0xDA9E42) is known color: Fire Bush. HEX triplet: DA, 9E and 42. RGB value is (218,158,66). Sum of RGB (Red+Green+Blue) = 218+158+66=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9E42 is #2561BD. Grayscale: #A5A5A5. Windows color (decimal): -2449854 or 4366042. OLE color: 4366042.
HSL color Cylindrical-coordinate representation of color #DA9E42: hue angle of 36.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA9E42 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 158 | 66 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.15 |
| HSL | 36.32º | 0.67% | 0.56% | - |
| HSV(B) | 36.32º | 0.7% | 0.85% | - |
| XYZ | 42.12 | 39.75 | 10.61 | - |
| YUV | 165.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 66 | 0 | 0.28 | 0.70 | 0.15 | 36.32 | 0.67 | 0.56 |
| Hex | DA | 9E | 42 | 0 | 1C | 46 | F | 24 | 43 | 38 |
| Octal | 332 | 236 | 102 | 0 | 34 | 106 | 17 | 44 | 103 | 70 |
| Binary | 11011010 | 10011110 | 1000010 | 0 | 11100 | 1000110 | 1111 | 100100 | 1000011 | 111000 |
Color Harmonies of #DA9E42
Complementary color
Monochromatic Colors of #DA9E42
Black with #DA9E42
Text Example
Text Example
White with #DA9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9E42; }
p { color: rgb(218,158,66); }
H1.HeaderClassName
{
color: #DA9E42;
}
.AnyTagClassName
{
color: #DA9E42;
}
</style>
background-color css
<style>
a { background-color: #DA9E42; }
a { background-color: rgb(218,158,66); }
div.DivClassName
{
background-color: #DA9E42;
}
.BgClassName
{
background-color: #DA9E42;
}
</style>
border-color css
<style>
span { border-color: #DA9E42; }
span { border-color: rgb(218,158,66); }
td.TdClassName
{
border-color: #DA9E42;
}
.TagClassName
{
border-color: #DA9E42;
}
</style>