Shades of Fire Bush #D4974B
Tints of Fire Bush #D4974B
RGB
CMYK
RGB Variations
Color information
#D4974B (or 0xD4974B) is known color: Fire Bush. HEX triplet: D4, 97 and 4B. RGB value is (212,151,75). Sum of RGB (Red+Green+Blue) = 212+151+75=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4974B is #2B68B4. Grayscale: #A0A0A0. Windows color (decimal): -2844853 or 4954068. OLE color: 4954068.
HSL color Cylindrical-coordinate representation of color #D4974B: hue angle of 33.28º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4974B is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 75 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.17 |
| HSL | 33.28º | 0.61% | 0.56% | - |
| HSV(B) | 33.28º | 0.65% | 0.83% | - |
| XYZ | 39.49 | 36.64 | 11.65 | - |
| YUV | 160.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 75 | 0 | 0.29 | 0.65 | 0.17 | 33.28 | 0.61 | 0.56 |
| Hex | D4 | 97 | 4B | 0 | 1D | 41 | 11 | 21 | 3D | 38 |
| Octal | 324 | 227 | 113 | 0 | 35 | 101 | 21 | 41 | 75 | 70 |
| Binary | 11010100 | 10010111 | 1001011 | 0 | 11101 | 1000001 | 10001 | 100001 | 111101 | 111000 |
Color Harmonies of #D4974B
Complementary color
Monochromatic Colors of #D4974B
Black with #D4974B
Text Example
Text Example
White with #D4974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4974B; }
p { color: rgb(212,151,75); }
H1.HeaderClassName
{
color: #D4974B;
}
.AnyTagClassName
{
color: #D4974B;
}
</style>
background-color css
<style>
a { background-color: #D4974B; }
a { background-color: rgb(212,151,75); }
div.DivClassName
{
background-color: #D4974B;
}
.BgClassName
{
background-color: #D4974B;
}
</style>
border-color css
<style>
span { border-color: #D4974B; }
span { border-color: rgb(212,151,75); }
td.TdClassName
{
border-color: #D4974B;
}
.TagClassName
{
border-color: #D4974B;
}
</style>