Shades of Fire Bush #DA954A
Tints of Fire Bush #DA954A
RGB
CMYK
RGB Variations
Color information
#DA954A (or 0xDA954A) is known color: Fire Bush. HEX triplet: DA, 95 and 4A. RGB value is (218,149,74). Sum of RGB (Red+Green+Blue) = 218+149+74=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA954A is #256AB5. Grayscale: #A1A1A1. Windows color (decimal): -2452150 or 4888026. OLE color: 4888026.
HSL color Cylindrical-coordinate representation of color #DA954A: hue angle of 31.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA954A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 74 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.15 |
| HSL | 31.25º | 0.66% | 0.57% | - |
| HSV(B) | 31.25º | 0.66% | 0.85% | - |
| XYZ | 40.9 | 36.89 | 11.44 | - |
| YUV | 161.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 74 | 0 | 0.32 | 0.66 | 0.15 | 31.25 | 0.66 | 0.57 |
| Hex | DA | 95 | 4A | 0 | 20 | 42 | F | 1F | 42 | 39 |
| Octal | 332 | 225 | 112 | 0 | 40 | 102 | 17 | 37 | 102 | 71 |
| Binary | 11011010 | 10010101 | 1001010 | 0 | 100000 | 1000010 | 1111 | 11111 | 1000010 | 111001 |
Color Harmonies of #DA954A
Complementary color
Monochromatic Colors of #DA954A
Black with #DA954A
Text Example
Text Example
White with #DA954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA954A; }
p { color: rgb(218,149,74); }
H1.HeaderClassName
{
color: #DA954A;
}
.AnyTagClassName
{
color: #DA954A;
}
</style>
background-color css
<style>
a { background-color: #DA954A; }
a { background-color: rgb(218,149,74); }
div.DivClassName
{
background-color: #DA954A;
}
.BgClassName
{
background-color: #DA954A;
}
</style>
border-color css
<style>
span { border-color: #DA954A; }
span { border-color: rgb(218,149,74); }
td.TdClassName
{
border-color: #DA954A;
}
.TagClassName
{
border-color: #DA954A;
}
</style>