Shades of Fire Bush #DA9C38
Tints of Fire Bush #DA9C38
RGB
CMYK
RGB Variations
Color information
#DA9C38 (or 0xDA9C38) is known color: Fire Bush. HEX triplet: DA, 9C and 38. RGB value is (218,156,56). Sum of RGB (Red+Green+Blue) = 218+156+56=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9C38 is #2563C7. Grayscale: #A3A3A3. Windows color (decimal): -2450376 or 3710170. OLE color: 3710170.
HSL color Cylindrical-coordinate representation of color #DA9C38: hue angle of 37.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA9C38 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 56 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.15 |
| HSL | 37.04º | 0.69% | 0.54% | - |
| HSV(B) | 37.04º | 0.74% | 0.85% | - |
| XYZ | 41.52 | 38.97 | 9.07 | - |
| YUV | 163.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 56 | 0 | 0.28 | 0.74 | 0.15 | 37.04 | 0.69 | 0.54 |
| Hex | DA | 9C | 38 | 0 | 1C | 4A | F | 25 | 45 | 36 |
| Octal | 332 | 234 | 70 | 0 | 34 | 112 | 17 | 45 | 105 | 66 |
| Binary | 11011010 | 10011100 | 111000 | 0 | 11100 | 1001010 | 1111 | 100101 | 1000101 | 110110 |
Color Harmonies of #DA9C38
Complementary color
Monochromatic Colors of #DA9C38
Black with #DA9C38
Text Example
Text Example
White with #DA9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C38; }
p { color: rgb(218,156,56); }
H1.HeaderClassName
{
color: #DA9C38;
}
.AnyTagClassName
{
color: #DA9C38;
}
</style>
background-color css
<style>
a { background-color: #DA9C38; }
a { background-color: rgb(218,156,56); }
div.DivClassName
{
background-color: #DA9C38;
}
.BgClassName
{
background-color: #DA9C38;
}
</style>
border-color css
<style>
span { border-color: #DA9C38; }
span { border-color: rgb(218,156,56); }
td.TdClassName
{
border-color: #DA9C38;
}
.TagClassName
{
border-color: #DA9C38;
}
</style>