Shades of Fire Bush #D4954B
Tints of Fire Bush #D4954B
RGB
CMYK
RGB Variations
Color information
#D4954B (or 0xD4954B) is known color: Fire Bush. HEX triplet: D4, 95 and 4B. RGB value is (212,149,75). Sum of RGB (Red+Green+Blue) = 212+149+75=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4954B is #2B6AB4. Grayscale: #9F9F9F. Windows color (decimal): -2845365 or 4953556. OLE color: 4953556.
HSL color Cylindrical-coordinate representation of color #D4954B: hue angle of 32.41º 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 #D4954B is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 75 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.17 |
| HSL | 32.41º | 0.61% | 0.56% | - |
| HSV(B) | 32.41º | 0.65% | 0.83% | - |
| XYZ | 39.17 | 36 | 11.54 | - |
| YUV | 159.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 75 | 0 | 0.30 | 0.65 | 0.17 | 32.41 | 0.61 | 0.56 |
| Hex | D4 | 95 | 4B | 0 | 1E | 41 | 11 | 20 | 3D | 38 |
| Octal | 324 | 225 | 113 | 0 | 36 | 101 | 21 | 40 | 75 | 70 |
| Binary | 11010100 | 10010101 | 1001011 | 0 | 11110 | 1000001 | 10001 | 100000 | 111101 | 111000 |
Color Harmonies of #D4954B
Complementary color
Monochromatic Colors of #D4954B
Black with #D4954B
Text Example
Text Example
White with #D4954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4954B; }
p { color: rgb(212,149,75); }
H1.HeaderClassName
{
color: #D4954B;
}
.AnyTagClassName
{
color: #D4954B;
}
</style>
background-color css
<style>
a { background-color: #D4954B; }
a { background-color: rgb(212,149,75); }
div.DivClassName
{
background-color: #D4954B;
}
.BgClassName
{
background-color: #D4954B;
}
</style>
border-color css
<style>
span { border-color: #D4954B; }
span { border-color: rgb(212,149,75); }
td.TdClassName
{
border-color: #D4954B;
}
.TagClassName
{
border-color: #D4954B;
}
</style>