Shades of Fire Bush #DA9C4E
Tints of Fire Bush #DA9C4E
RGB
CMYK
RGB Variations
Color information
#DA9C4E (or 0xDA9C4E) is known color: Fire Bush. HEX triplet: DA, 9C and 4E. RGB value is (218,156,78). Sum of RGB (Red+Green+Blue) = 218+156+78=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C4E is #2563B1. Grayscale: #A6A6A6. Windows color (decimal): -2450354 or 5151962. OLE color: 5151962.
HSL color Cylindrical-coordinate representation of color #DA9C4E: hue angle of 33.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA9C4E is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 78 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.15 |
| HSL | 33.43º | 0.65% | 0.58% | - |
| HSV(B) | 33.43º | 0.64% | 0.85% | - |
| XYZ | 42.18 | 39.23 | 12.56 | - |
| YUV | 165.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 78 | 0 | 0.28 | 0.64 | 0.15 | 33.43 | 0.65 | 0.58 |
| Hex | DA | 9C | 4E | 0 | 1C | 40 | F | 21 | 41 | 3A |
| Octal | 332 | 234 | 116 | 0 | 34 | 100 | 17 | 41 | 101 | 72 |
| Binary | 11011010 | 10011100 | 1001110 | 0 | 11100 | 1000000 | 1111 | 100001 | 1000001 | 111010 |
Color Harmonies of #DA9C4E
Complementary color
Monochromatic Colors of #DA9C4E
Black with #DA9C4E
Text Example
Text Example
White with #DA9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C4E; }
p { color: rgb(218,156,78); }
H1.HeaderClassName
{
color: #DA9C4E;
}
.AnyTagClassName
{
color: #DA9C4E;
}
</style>
background-color css
<style>
a { background-color: #DA9C4E; }
a { background-color: rgb(218,156,78); }
div.DivClassName
{
background-color: #DA9C4E;
}
.BgClassName
{
background-color: #DA9C4E;
}
</style>
border-color css
<style>
span { border-color: #DA9C4E; }
span { border-color: rgb(218,156,78); }
td.TdClassName
{
border-color: #DA9C4E;
}
.TagClassName
{
border-color: #DA9C4E;
}
</style>