Shades of Fire Bush #DA974C
Tints of Fire Bush #DA974C
RGB
CMYK
RGB Variations
Color information
#DA974C (or 0xDA974C) is known color: Fire Bush. HEX triplet: DA, 97 and 4C. RGB value is (218,151,76). Sum of RGB (Red+Green+Blue) = 218+151+76=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA974C is #2568B3. Grayscale: #A2A2A2. Windows color (decimal): -2451636 or 5019610. OLE color: 5019610.
HSL color Cylindrical-coordinate representation of color #DA974C: hue angle of 31.69º 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 #DA974C is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 76 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.15 |
| HSL | 31.69º | 0.66% | 0.58% | - |
| HSV(B) | 31.69º | 0.65% | 0.85% | - |
| XYZ | 41.28 | 37.56 | 11.91 | - |
| YUV | 162.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 76 | 0 | 0.31 | 0.65 | 0.15 | 31.69 | 0.66 | 0.58 |
| Hex | DA | 97 | 4C | 0 | 1F | 41 | F | 20 | 42 | 3A |
| Octal | 332 | 227 | 114 | 0 | 37 | 101 | 17 | 40 | 102 | 72 |
| Binary | 11011010 | 10010111 | 1001100 | 0 | 11111 | 1000001 | 1111 | 100000 | 1000010 | 111010 |
Color Harmonies of #DA974C
Complementary color
Monochromatic Colors of #DA974C
Black with #DA974C
Text Example
Text Example
White with #DA974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA974C; }
p { color: rgb(218,151,76); }
H1.HeaderClassName
{
color: #DA974C;
}
.AnyTagClassName
{
color: #DA974C;
}
</style>
background-color css
<style>
a { background-color: #DA974C; }
a { background-color: rgb(218,151,76); }
div.DivClassName
{
background-color: #DA974C;
}
.BgClassName
{
background-color: #DA974C;
}
</style>
border-color css
<style>
span { border-color: #DA974C; }
span { border-color: rgb(218,151,76); }
td.TdClassName
{
border-color: #DA974C;
}
.TagClassName
{
border-color: #DA974C;
}
</style>