Shades of Fire Bush #DA8C4A
Tints of Fire Bush #DA8C4A
RGB
CMYK
RGB Variations
Color information
#DA8C4A (or 0xDA8C4A) is known color: Fire Bush. HEX triplet: DA, 8C and 4A. RGB value is (218,140,74). Sum of RGB (Red+Green+Blue) = 218+140+74=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C4A is #2573B5. Grayscale: #9C9C9C. Windows color (decimal): -2454454 or 4885722. OLE color: 4885722.
HSL color Cylindrical-coordinate representation of color #DA8C4A: hue angle of 27.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA8C4A is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 74 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.15 |
| HSL | 27.5º | 0.66% | 0.57% | - |
| HSV(B) | 27.5º | 0.66% | 0.85% | - |
| XYZ | 39.53 | 34.16 | 10.99 | - |
| YUV | 155.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 74 | 0 | 0.36 | 0.66 | 0.15 | 27.5 | 0.66 | 0.57 |
| Hex | DA | 8C | 4A | 0 | 24 | 42 | F | 1C | 42 | 39 |
| Octal | 332 | 214 | 112 | 0 | 44 | 102 | 17 | 34 | 102 | 71 |
| Binary | 11011010 | 10001100 | 1001010 | 0 | 100100 | 1000010 | 1111 | 11100 | 1000010 | 111001 |
Color Harmonies of #DA8C4A
Complementary color
Monochromatic Colors of #DA8C4A
Black with #DA8C4A
Text Example
Text Example
White with #DA8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C4A; }
p { color: rgb(218,140,74); }
H1.HeaderClassName
{
color: #DA8C4A;
}
.AnyTagClassName
{
color: #DA8C4A;
}
</style>
background-color css
<style>
a { background-color: #DA8C4A; }
a { background-color: rgb(218,140,74); }
div.DivClassName
{
background-color: #DA8C4A;
}
.BgClassName
{
background-color: #DA8C4A;
}
</style>
border-color css
<style>
span { border-color: #DA8C4A; }
span { border-color: rgb(218,140,74); }
td.TdClassName
{
border-color: #DA8C4A;
}
.TagClassName
{
border-color: #DA8C4A;
}
</style>