Shades of Fire Bush #DA983E
Tints of Fire Bush #DA983E
RGB
CMYK
RGB Variations
Color information
#DA983E (or 0xDA983E) is known color: Fire Bush. HEX triplet: DA, 98 and 3E. RGB value is (218,152,62). Sum of RGB (Red+Green+Blue) = 218+152+62=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA983E is #2567C1. Grayscale: #A1A1A1. Windows color (decimal): -2451394 or 4102362. OLE color: 4102362.
HSL color Cylindrical-coordinate representation of color #DA983E: hue angle of 34.62º 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 #DA983E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 62 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.15 |
| HSL | 34.62º | 0.68% | 0.55% | - |
| HSV(B) | 34.62º | 0.72% | 0.85% | - |
| XYZ | 41.01 | 37.71 | 9.67 | - |
| YUV | 161.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 62 | 0 | 0.30 | 0.72 | 0.15 | 34.62 | 0.68 | 0.55 |
| Hex | DA | 98 | 3E | 0 | 1E | 48 | F | 23 | 44 | 37 |
| Octal | 332 | 230 | 76 | 0 | 36 | 110 | 17 | 43 | 104 | 67 |
| Binary | 11011010 | 10011000 | 111110 | 0 | 11110 | 1001000 | 1111 | 100011 | 1000100 | 110111 |
Color Harmonies of #DA983E
Complementary color
Monochromatic Colors of #DA983E
Black with #DA983E
Text Example
Text Example
White with #DA983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA983E; }
p { color: rgb(218,152,62); }
H1.HeaderClassName
{
color: #DA983E;
}
.AnyTagClassName
{
color: #DA983E;
}
</style>
background-color css
<style>
a { background-color: #DA983E; }
a { background-color: rgb(218,152,62); }
div.DivClassName
{
background-color: #DA983E;
}
.BgClassName
{
background-color: #DA983E;
}
</style>
border-color css
<style>
span { border-color: #DA983E; }
span { border-color: rgb(218,152,62); }
td.TdClassName
{
border-color: #DA983E;
}
.TagClassName
{
border-color: #DA983E;
}
</style>