Shades of Fire Bush #DA8C46
Tints of Fire Bush #DA8C46
RGB
CMYK
RGB Variations
Color information
#DA8C46 (or 0xDA8C46) is known color: Fire Bush. HEX triplet: DA, 8C and 46. RGB value is (218,140,70). Sum of RGB (Red+Green+Blue) = 218+140+70=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C46 is #2573B9. Grayscale: #9B9B9B. Windows color (decimal): -2454458 or 4623578. OLE color: 4623578.
HSL color Cylindrical-coordinate representation of color #DA8C46: hue angle of 28.38º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA8C46 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 70 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.15 |
| HSL | 28.38º | 0.67% | 0.56% | - |
| HSV(B) | 28.38º | 0.68% | 0.85% | - |
| XYZ | 39.4 | 34.1 | 10.3 | - |
| YUV | 155.34 | 79.84 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 70 | 0 | 0.36 | 0.68 | 0.15 | 28.38 | 0.67 | 0.56 |
| Hex | DA | 8C | 46 | 0 | 24 | 44 | F | 1C | 43 | 38 |
| Octal | 332 | 214 | 106 | 0 | 44 | 104 | 17 | 34 | 103 | 70 |
| Binary | 11011010 | 10001100 | 1000110 | 0 | 100100 | 1000100 | 1111 | 11100 | 1000011 | 111000 |
Color Harmonies of #DA8C46
Complementary color
Monochromatic Colors of #DA8C46
Black with #DA8C46
Text Example
Text Example
White with #DA8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C46; }
p { color: rgb(218,140,70); }
H1.HeaderClassName
{
color: #DA8C46;
}
.AnyTagClassName
{
color: #DA8C46;
}
</style>
background-color css
<style>
a { background-color: #DA8C46; }
a { background-color: rgb(218,140,70); }
div.DivClassName
{
background-color: #DA8C46;
}
.BgClassName
{
background-color: #DA8C46;
}
</style>
border-color css
<style>
span { border-color: #DA8C46; }
span { border-color: rgb(218,140,70); }
td.TdClassName
{
border-color: #DA8C46;
}
.TagClassName
{
border-color: #DA8C46;
}
</style>