Shades of Fire Bush #DA953F
Tints of Fire Bush #DA953F
RGB
CMYK
RGB Variations
Color information
#DA953F (or 0xDA953F) is known color: Fire Bush. HEX triplet: DA, 95 and 3F. RGB value is (218,149,63). Sum of RGB (Red+Green+Blue) = 218+149+63=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA953F is #256AC0. Grayscale: #A0A0A0. Windows color (decimal): -2452161 or 4167130. OLE color: 4167130.
HSL color Cylindrical-coordinate representation of color #DA953F: hue angle of 33.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA953F is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 63 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.15 |
| HSL | 33.29º | 0.68% | 0.55% | - |
| HSV(B) | 33.29º | 0.71% | 0.85% | - |
| XYZ | 40.56 | 36.76 | 9.66 | - |
| YUV | 159.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 63 | 0 | 0.32 | 0.71 | 0.15 | 33.29 | 0.68 | 0.55 |
| Hex | DA | 95 | 3F | 0 | 20 | 47 | F | 21 | 44 | 37 |
| Octal | 332 | 225 | 77 | 0 | 40 | 107 | 17 | 41 | 104 | 67 |
| Binary | 11011010 | 10010101 | 111111 | 0 | 100000 | 1000111 | 1111 | 100001 | 1000100 | 110111 |
Color Harmonies of #DA953F
Complementary color
Monochromatic Colors of #DA953F
Black with #DA953F
Text Example
Text Example
White with #DA953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA953F; }
p { color: rgb(218,149,63); }
H1.HeaderClassName
{
color: #DA953F;
}
.AnyTagClassName
{
color: #DA953F;
}
</style>
background-color css
<style>
a { background-color: #DA953F; }
a { background-color: rgb(218,149,63); }
div.DivClassName
{
background-color: #DA953F;
}
.BgClassName
{
background-color: #DA953F;
}
</style>
border-color css
<style>
span { border-color: #DA953F; }
span { border-color: rgb(218,149,63); }
td.TdClassName
{
border-color: #DA953F;
}
.TagClassName
{
border-color: #DA953F;
}
</style>