Shades of Fire Bush #DA973B
Tints of Fire Bush #DA973B
RGB
CMYK
RGB Variations
Color information
#DA973B (or 0xDA973B) is known color: Fire Bush. HEX triplet: DA, 97 and 3B. RGB value is (218,151,59). Sum of RGB (Red+Green+Blue) = 218+151+59=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA973B is #2568C4. Grayscale: #A0A0A0. Windows color (decimal): -2451653 or 3905498. OLE color: 3905498.
HSL color Cylindrical-coordinate representation of color #DA973B: hue angle of 34.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA973B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.15 |
| HSL | 34.72º | 0.68% | 0.54% | - |
| HSV(B) | 34.72º | 0.73% | 0.85% | - |
| XYZ | 40.77 | 37.35 | 9.2 | - |
| YUV | 160.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 59 | 0 | 0.31 | 0.73 | 0.15 | 34.72 | 0.68 | 0.54 |
| Hex | DA | 97 | 3B | 0 | 1F | 49 | F | 23 | 44 | 36 |
| Octal | 332 | 227 | 73 | 0 | 37 | 111 | 17 | 43 | 104 | 66 |
| Binary | 11011010 | 10010111 | 111011 | 0 | 11111 | 1001001 | 1111 | 100011 | 1000100 | 110110 |
Color Harmonies of #DA973B
Complementary color
Monochromatic Colors of #DA973B
Black with #DA973B
Text Example
Text Example
White with #DA973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA973B; }
p { color: rgb(218,151,59); }
H1.HeaderClassName
{
color: #DA973B;
}
.AnyTagClassName
{
color: #DA973B;
}
</style>
background-color css
<style>
a { background-color: #DA973B; }
a { background-color: rgb(218,151,59); }
div.DivClassName
{
background-color: #DA973B;
}
.BgClassName
{
background-color: #DA973B;
}
</style>
border-color css
<style>
span { border-color: #DA973B; }
span { border-color: rgb(218,151,59); }
td.TdClassName
{
border-color: #DA973B;
}
.TagClassName
{
border-color: #DA973B;
}
</style>