Shades of Fire Bush #DA974D
Tints of Fire Bush #DA974D
RGB
CMYK
RGB Variations
Color information
#DA974D (or 0xDA974D) is known color: Fire Bush. HEX triplet: DA, 97 and 4D. RGB value is (218,151,77). Sum of RGB (Red+Green+Blue) = 218+151+77=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA974D is #2568B2. Grayscale: #A2A2A2. Windows color (decimal): -2451635 or 5085146. OLE color: 5085146.
HSL color Cylindrical-coordinate representation of color #DA974D: hue angle of 31.49º 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 #DA974D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 77 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.15 |
| HSL | 31.49º | 0.66% | 0.58% | - |
| HSV(B) | 31.49º | 0.65% | 0.85% | - |
| XYZ | 41.32 | 37.57 | 12.1 | - |
| YUV | 162.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 77 | 0 | 0.31 | 0.65 | 0.15 | 31.49 | 0.66 | 0.58 |
| Hex | DA | 97 | 4D | 0 | 1F | 41 | F | 1F | 42 | 3A |
| Octal | 332 | 227 | 115 | 0 | 37 | 101 | 17 | 37 | 102 | 72 |
| Binary | 11011010 | 10010111 | 1001101 | 0 | 11111 | 1000001 | 1111 | 11111 | 1000010 | 111010 |
Color Harmonies of #DA974D
Complementary color
Monochromatic Colors of #DA974D
Black with #DA974D
Text Example
Text Example
White with #DA974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA974D; }
p { color: rgb(218,151,77); }
H1.HeaderClassName
{
color: #DA974D;
}
.AnyTagClassName
{
color: #DA974D;
}
</style>
background-color css
<style>
a { background-color: #DA974D; }
a { background-color: rgb(218,151,77); }
div.DivClassName
{
background-color: #DA974D;
}
.BgClassName
{
background-color: #DA974D;
}
</style>
border-color css
<style>
span { border-color: #DA974D; }
span { border-color: rgb(218,151,77); }
td.TdClassName
{
border-color: #DA974D;
}
.TagClassName
{
border-color: #DA974D;
}
</style>