Shades of Fire Bush #DA963B
Tints of Fire Bush #DA963B
RGB
CMYK
RGB Variations
Color information
#DA963B (or 0xDA963B) is known color: Fire Bush. HEX triplet: DA, 96 and 3B. RGB value is (218,150,59). Sum of RGB (Red+Green+Blue) = 218+150+59=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963B is #2569C4. Grayscale: #A0A0A0. Windows color (decimal): -2451909 or 3905242. OLE color: 3905242.
HSL color Cylindrical-coordinate representation of color #DA963B: hue angle of 34.34º 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 #DA963B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.15 |
| HSL | 34.34º | 0.68% | 0.54% | - |
| HSV(B) | 34.34º | 0.73% | 0.85% | - |
| XYZ | 40.61 | 37.03 | 9.15 | - |
| YUV | 159.96 | 71.03 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 59 | 0 | 0.31 | 0.73 | 0.15 | 34.34 | 0.68 | 0.54 |
| Hex | DA | 96 | 3B | 0 | 1F | 49 | F | 22 | 44 | 36 |
| Octal | 332 | 226 | 73 | 0 | 37 | 111 | 17 | 42 | 104 | 66 |
| Binary | 11011010 | 10010110 | 111011 | 0 | 11111 | 1001001 | 1111 | 100010 | 1000100 | 110110 |
Color Harmonies of #DA963B
Complementary color
Monochromatic Colors of #DA963B
Black with #DA963B
Text Example
Text Example
White with #DA963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA963B; }
p { color: rgb(218,150,59); }
H1.HeaderClassName
{
color: #DA963B;
}
.AnyTagClassName
{
color: #DA963B;
}
</style>
background-color css
<style>
a { background-color: #DA963B; }
a { background-color: rgb(218,150,59); }
div.DivClassName
{
background-color: #DA963B;
}
.BgClassName
{
background-color: #DA963B;
}
</style>
border-color css
<style>
span { border-color: #DA963B; }
span { border-color: rgb(218,150,59); }
td.TdClassName
{
border-color: #DA963B;
}
.TagClassName
{
border-color: #DA963B;
}
</style>