Shades of Fire Bush #DA983A
Tints of Fire Bush #DA983A
RGB
CMYK
RGB Variations
Color information
#DA983A (or 0xDA983A) is known color: Fire Bush. HEX triplet: DA, 98 and 3A. RGB value is (218,152,58). Sum of RGB (Red+Green+Blue) = 218+152+58=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA983A is #2567C5. Grayscale: #A1A1A1. Windows color (decimal): -2451398 or 3840218. OLE color: 3840218.
HSL color Cylindrical-coordinate representation of color #DA983A: hue angle of 35.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA983A is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 58 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.15 |
| HSL | 35.25º | 0.68% | 0.54% | - |
| HSV(B) | 35.25º | 0.73% | 0.85% | - |
| XYZ | 40.91 | 37.67 | 9.12 | - |
| YUV | 161.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 58 | 0 | 0.30 | 0.73 | 0.15 | 35.25 | 0.68 | 0.54 |
| Hex | DA | 98 | 3A | 0 | 1E | 49 | F | 23 | 44 | 36 |
| Octal | 332 | 230 | 72 | 0 | 36 | 111 | 17 | 43 | 104 | 66 |
| Binary | 11011010 | 10011000 | 111010 | 0 | 11110 | 1001001 | 1111 | 100011 | 1000100 | 110110 |
Color Harmonies of #DA983A
Complementary color
Monochromatic Colors of #DA983A
Black with #DA983A
Text Example
Text Example
White with #DA983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA983A; }
p { color: rgb(218,152,58); }
H1.HeaderClassName
{
color: #DA983A;
}
.AnyTagClassName
{
color: #DA983A;
}
</style>
background-color css
<style>
a { background-color: #DA983A; }
a { background-color: rgb(218,152,58); }
div.DivClassName
{
background-color: #DA983A;
}
.BgClassName
{
background-color: #DA983A;
}
</style>
border-color css
<style>
span { border-color: #DA983A; }
span { border-color: rgb(218,152,58); }
td.TdClassName
{
border-color: #DA983A;
}
.TagClassName
{
border-color: #DA983A;
}
</style>