Shades of Fire Bush #DA954D
Tints of Fire Bush #DA954D
RGB
CMYK
RGB Variations
Color information
#DA954D (or 0xDA954D) is known color: Fire Bush. HEX triplet: DA, 95 and 4D. RGB value is (218,149,77). Sum of RGB (Red+Green+Blue) = 218+149+77=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA954D is #256AB2. Grayscale: #A1A1A1. Windows color (decimal): -2452147 or 5084634. OLE color: 5084634.
HSL color Cylindrical-coordinate representation of color #DA954D: hue angle of 30.64º 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 #DA954D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 77 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.15 |
| HSL | 30.64º | 0.66% | 0.58% | - |
| HSV(B) | 30.64º | 0.65% | 0.85% | - |
| XYZ | 41 | 36.94 | 11.99 | - |
| YUV | 161.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 77 | 0 | 0.32 | 0.65 | 0.15 | 30.64 | 0.66 | 0.58 |
| Hex | DA | 95 | 4D | 0 | 20 | 41 | F | 1F | 42 | 3A |
| Octal | 332 | 225 | 115 | 0 | 40 | 101 | 17 | 37 | 102 | 72 |
| Binary | 11011010 | 10010101 | 1001101 | 0 | 100000 | 1000001 | 1111 | 11111 | 1000010 | 111010 |
Color Harmonies of #DA954D
Complementary color
Monochromatic Colors of #DA954D
Black with #DA954D
Text Example
Text Example
White with #DA954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA954D; }
p { color: rgb(218,149,77); }
H1.HeaderClassName
{
color: #DA954D;
}
.AnyTagClassName
{
color: #DA954D;
}
</style>
background-color css
<style>
a { background-color: #DA954D; }
a { background-color: rgb(218,149,77); }
div.DivClassName
{
background-color: #DA954D;
}
.BgClassName
{
background-color: #DA954D;
}
</style>
border-color css
<style>
span { border-color: #DA954D; }
span { border-color: rgb(218,149,77); }
td.TdClassName
{
border-color: #DA954D;
}
.TagClassName
{
border-color: #DA954D;
}
</style>