Shades of Fire Bush #DA8C3E
Tints of Fire Bush #DA8C3E
RGB
CMYK
RGB Variations
Color information
#DA8C3E (or 0xDA8C3E) is known color: Fire Bush. HEX triplet: DA, 8C and 3E. RGB value is (218,140,62). Sum of RGB (Red+Green+Blue) = 218+140+62=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C3E is #2573C1. Grayscale: #9A9A9A. Windows color (decimal): -2454466 or 4099290. OLE color: 4099290.
HSL color Cylindrical-coordinate representation of color #DA8C3E: hue angle of 30º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA8C3E is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 62 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.15 |
| HSL | 30º | 0.68% | 0.55% | - |
| HSV(B) | 30º | 0.72% | 0.85% | - |
| XYZ | 39.16 | 34.01 | 9.06 | - |
| YUV | 154.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 62 | 0 | 0.36 | 0.72 | 0.15 | 30 | 0.68 | 0.55 |
| Hex | DA | 8C | 3E | 0 | 24 | 48 | F | 1E | 44 | 37 |
| Octal | 332 | 214 | 76 | 0 | 44 | 110 | 17 | 36 | 104 | 67 |
| Binary | 11011010 | 10001100 | 111110 | 0 | 100100 | 1001000 | 1111 | 11110 | 1000100 | 110111 |
Color Harmonies of #DA8C3E
Complementary color
Monochromatic Colors of #DA8C3E
Black with #DA8C3E
Text Example
Text Example
White with #DA8C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C3E; }
p { color: rgb(218,140,62); }
H1.HeaderClassName
{
color: #DA8C3E;
}
.AnyTagClassName
{
color: #DA8C3E;
}
</style>
background-color css
<style>
a { background-color: #DA8C3E; }
a { background-color: rgb(218,140,62); }
div.DivClassName
{
background-color: #DA8C3E;
}
.BgClassName
{
background-color: #DA8C3E;
}
</style>
border-color css
<style>
span { border-color: #DA8C3E; }
span { border-color: rgb(218,140,62); }
td.TdClassName
{
border-color: #DA8C3E;
}
.TagClassName
{
border-color: #DA8C3E;
}
</style>