Shades of Fire Bush #DA8F4D
Tints of Fire Bush #DA8F4D
RGB
CMYK
RGB Variations
Color information
#DA8F4D (or 0xDA8F4D) is known color: Fire Bush. HEX triplet: DA, 8F and 4D. RGB value is (218,143,77). Sum of RGB (Red+Green+Blue) = 218+143+77=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F4D is #2570B2. Grayscale: #9E9E9E. Windows color (decimal): -2453683 or 5083098. OLE color: 5083098.
HSL color Cylindrical-coordinate representation of color #DA8F4D: hue angle of 28.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA8F4D is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 77 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.15 |
| HSL | 28.09º | 0.66% | 0.58% | - |
| HSV(B) | 28.09º | 0.65% | 0.85% | - |
| XYZ | 40.08 | 35.09 | 11.68 | - |
| YUV | 157.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 77 | 0 | 0.34 | 0.65 | 0.15 | 28.09 | 0.66 | 0.58 |
| Hex | DA | 8F | 4D | 0 | 22 | 41 | F | 1C | 42 | 3A |
| Octal | 332 | 217 | 115 | 0 | 42 | 101 | 17 | 34 | 102 | 72 |
| Binary | 11011010 | 10001111 | 1001101 | 0 | 100010 | 1000001 | 1111 | 11100 | 1000010 | 111010 |
Color Harmonies of #DA8F4D
Complementary color
Monochromatic Colors of #DA8F4D
Black with #DA8F4D
Text Example
Text Example
White with #DA8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F4D; }
p { color: rgb(218,143,77); }
H1.HeaderClassName
{
color: #DA8F4D;
}
.AnyTagClassName
{
color: #DA8F4D;
}
</style>
background-color css
<style>
a { background-color: #DA8F4D; }
a { background-color: rgb(218,143,77); }
div.DivClassName
{
background-color: #DA8F4D;
}
.BgClassName
{
background-color: #DA8F4D;
}
</style>
border-color css
<style>
span { border-color: #DA8F4D; }
span { border-color: rgb(218,143,77); }
td.TdClassName
{
border-color: #DA8F4D;
}
.TagClassName
{
border-color: #DA8F4D;
}
</style>