Shades of Fire Bush #DA963C
Tints of Fire Bush #DA963C
RGB
CMYK
RGB Variations
Color information
#DA963C (or 0xDA963C) is known color: Fire Bush. HEX triplet: DA, 96 and 3C. RGB value is (218,150,60). Sum of RGB (Red+Green+Blue) = 218+150+60=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA963C is #2569C3. Grayscale: #A0A0A0. Windows color (decimal): -2451908 or 3970778. OLE color: 3970778.
HSL color Cylindrical-coordinate representation of color #DA963C: hue angle of 34.18º 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 #DA963C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 60 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.15 |
| HSL | 34.18º | 0.68% | 0.55% | - |
| HSV(B) | 34.18º | 0.72% | 0.85% | - |
| XYZ | 40.64 | 37.04 | 9.28 | - |
| YUV | 160.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 60 | 0 | 0.31 | 0.72 | 0.15 | 34.18 | 0.68 | 0.55 |
| Hex | DA | 96 | 3C | 0 | 1F | 48 | F | 22 | 44 | 37 |
| Octal | 332 | 226 | 74 | 0 | 37 | 110 | 17 | 42 | 104 | 67 |
| Binary | 11011010 | 10010110 | 111100 | 0 | 11111 | 1001000 | 1111 | 100010 | 1000100 | 110111 |
Color Harmonies of #DA963C
Complementary color
Monochromatic Colors of #DA963C
Black with #DA963C
Text Example
Text Example
White with #DA963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA963C; }
p { color: rgb(218,150,60); }
H1.HeaderClassName
{
color: #DA963C;
}
.AnyTagClassName
{
color: #DA963C;
}
</style>
background-color css
<style>
a { background-color: #DA963C; }
a { background-color: rgb(218,150,60); }
div.DivClassName
{
background-color: #DA963C;
}
.BgClassName
{
background-color: #DA963C;
}
</style>
border-color css
<style>
span { border-color: #DA963C; }
span { border-color: rgb(218,150,60); }
td.TdClassName
{
border-color: #DA963C;
}
.TagClassName
{
border-color: #DA963C;
}
</style>