Shades of Fire Bush #DA963E
Tints of Fire Bush #DA963E
RGB
CMYK
RGB Variations
Color information
#DA963E (or 0xDA963E) is known color: Fire Bush. HEX triplet: DA, 96 and 3E. RGB value is (218,150,62). Sum of RGB (Red+Green+Blue) = 218+150+62=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963E is #2569C1. Grayscale: #A0A0A0. Windows color (decimal): -2451906 or 4101850. OLE color: 4101850.
HSL color Cylindrical-coordinate representation of color #DA963E: hue angle of 33.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA963E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.15 |
| HSL | 33.85º | 0.68% | 0.55% | - |
| HSV(B) | 33.85º | 0.72% | 0.85% | - |
| XYZ | 40.69 | 37.07 | 9.57 | - |
| YUV | 160.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 62 | 0 | 0.31 | 0.72 | 0.15 | 33.85 | 0.68 | 0.55 |
| Hex | DA | 96 | 3E | 0 | 1F | 48 | F | 22 | 44 | 37 |
| Octal | 332 | 226 | 76 | 0 | 37 | 110 | 17 | 42 | 104 | 67 |
| Binary | 11011010 | 10010110 | 111110 | 0 | 11111 | 1001000 | 1111 | 100010 | 1000100 | 110111 |
Color Harmonies of #DA963E
Complementary color
Monochromatic Colors of #DA963E
Black with #DA963E
Text Example
Text Example
White with #DA963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA963E; }
p { color: rgb(218,150,62); }
H1.HeaderClassName
{
color: #DA963E;
}
.AnyTagClassName
{
color: #DA963E;
}
</style>
background-color css
<style>
a { background-color: #DA963E; }
a { background-color: rgb(218,150,62); }
div.DivClassName
{
background-color: #DA963E;
}
.BgClassName
{
background-color: #DA963E;
}
</style>
border-color css
<style>
span { border-color: #DA963E; }
span { border-color: rgb(218,150,62); }
td.TdClassName
{
border-color: #DA963E;
}
.TagClassName
{
border-color: #DA963E;
}
</style>