Shades of Fire Bush #DA944A
Tints of Fire Bush #DA944A
RGB
CMYK
RGB Variations
Color information
#DA944A (or 0xDA944A) is known color: Fire Bush. HEX triplet: DA, 94 and 4A. RGB value is (218,148,74). Sum of RGB (Red+Green+Blue) = 218+148+74=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA944A is #256BB5. Grayscale: #A0A0A0. Windows color (decimal): -2452406 or 4887770. OLE color: 4887770.
HSL color Cylindrical-coordinate representation of color #DA944A: hue angle of 30.83º 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 #DA944A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 74 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.15 |
| HSL | 30.83º | 0.66% | 0.57% | - |
| HSV(B) | 30.83º | 0.66% | 0.85% | - |
| XYZ | 40.74 | 36.58 | 11.39 | - |
| YUV | 160.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 74 | 0 | 0.32 | 0.66 | 0.15 | 30.83 | 0.66 | 0.57 |
| Hex | DA | 94 | 4A | 0 | 20 | 42 | F | 1F | 42 | 39 |
| Octal | 332 | 224 | 112 | 0 | 40 | 102 | 17 | 37 | 102 | 71 |
| Binary | 11011010 | 10010100 | 1001010 | 0 | 100000 | 1000010 | 1111 | 11111 | 1000010 | 111001 |
Color Harmonies of #DA944A
Complementary color
Monochromatic Colors of #DA944A
Black with #DA944A
Text Example
Text Example
White with #DA944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA944A; }
p { color: rgb(218,148,74); }
H1.HeaderClassName
{
color: #DA944A;
}
.AnyTagClassName
{
color: #DA944A;
}
</style>
background-color css
<style>
a { background-color: #DA944A; }
a { background-color: rgb(218,148,74); }
div.DivClassName
{
background-color: #DA944A;
}
.BgClassName
{
background-color: #DA944A;
}
</style>
border-color css
<style>
span { border-color: #DA944A; }
span { border-color: rgb(218,148,74); }
td.TdClassName
{
border-color: #DA944A;
}
.TagClassName
{
border-color: #DA944A;
}
</style>