Shades of Fire Bush #DA9A38
Tints of Fire Bush #DA9A38
RGB
CMYK
RGB Variations
Color information
#DA9A38 (or 0xDA9A38) is known color: Fire Bush. HEX triplet: DA, 9A and 38. RGB value is (218,154,56). Sum of RGB (Red+Green+Blue) = 218+154+56=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A38 is #2565C7. Grayscale: #A2A2A2. Windows color (decimal): -2450888 or 3709658. OLE color: 3709658.
HSL color Cylindrical-coordinate representation of color #DA9A38: hue angle of 36.3º 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 #DA9A38 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 56 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.15 |
| HSL | 36.3º | 0.69% | 0.54% | - |
| HSV(B) | 36.3º | 0.74% | 0.85% | - |
| XYZ | 41.18 | 38.3 | 8.96 | - |
| YUV | 161.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 56 | 0 | 0.29 | 0.74 | 0.15 | 36.3 | 0.69 | 0.54 |
| Hex | DA | 9A | 38 | 0 | 1D | 4A | F | 24 | 45 | 36 |
| Octal | 332 | 232 | 70 | 0 | 35 | 112 | 17 | 44 | 105 | 66 |
| Binary | 11011010 | 10011010 | 111000 | 0 | 11101 | 1001010 | 1111 | 100100 | 1000101 | 110110 |
Color Harmonies of #DA9A38
Complementary color
Monochromatic Colors of #DA9A38
Black with #DA9A38
Text Example
Text Example
White with #DA9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A38; }
p { color: rgb(218,154,56); }
H1.HeaderClassName
{
color: #DA9A38;
}
.AnyTagClassName
{
color: #DA9A38;
}
</style>
background-color css
<style>
a { background-color: #DA9A38; }
a { background-color: rgb(218,154,56); }
div.DivClassName
{
background-color: #DA9A38;
}
.BgClassName
{
background-color: #DA9A38;
}
</style>
border-color css
<style>
span { border-color: #DA9A38; }
span { border-color: rgb(218,154,56); }
td.TdClassName
{
border-color: #DA9A38;
}
.TagClassName
{
border-color: #DA9A38;
}
</style>