Shades of Fire Bush #DA9C4D
Tints of Fire Bush #DA9C4D
RGB
CMYK
RGB Variations
Color information
#DA9C4D (or 0xDA9C4D) is known color: Fire Bush. HEX triplet: DA, 9C and 4D. RGB value is (218,156,77). Sum of RGB (Red+Green+Blue) = 218+156+77=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C4D is #2563B2. Grayscale: #A5A5A5. Windows color (decimal): -2450355 or 5086426. OLE color: 5086426.
HSL color Cylindrical-coordinate representation of color #DA9C4D: hue angle of 33.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA9C4D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 77 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.15 |
| HSL | 33.62º | 0.66% | 0.58% | - |
| HSV(B) | 33.62º | 0.65% | 0.85% | - |
| XYZ | 42.14 | 39.22 | 12.37 | - |
| YUV | 165.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 77 | 0 | 0.28 | 0.65 | 0.15 | 33.62 | 0.66 | 0.58 |
| Hex | DA | 9C | 4D | 0 | 1C | 41 | F | 22 | 42 | 3A |
| Octal | 332 | 234 | 115 | 0 | 34 | 101 | 17 | 42 | 102 | 72 |
| Binary | 11011010 | 10011100 | 1001101 | 0 | 11100 | 1000001 | 1111 | 100010 | 1000010 | 111010 |
Color Harmonies of #DA9C4D
Complementary color
Monochromatic Colors of #DA9C4D
Black with #DA9C4D
Text Example
Text Example
White with #DA9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C4D; }
p { color: rgb(218,156,77); }
H1.HeaderClassName
{
color: #DA9C4D;
}
.AnyTagClassName
{
color: #DA9C4D;
}
</style>
background-color css
<style>
a { background-color: #DA9C4D; }
a { background-color: rgb(218,156,77); }
div.DivClassName
{
background-color: #DA9C4D;
}
.BgClassName
{
background-color: #DA9C4D;
}
</style>
border-color css
<style>
span { border-color: #DA9C4D; }
span { border-color: rgb(218,156,77); }
td.TdClassName
{
border-color: #DA9C4D;
}
.TagClassName
{
border-color: #DA9C4D;
}
</style>