Shades of Fire Bush #D4914B
Tints of Fire Bush #D4914B
RGB
CMYK
RGB Variations
Color information
#D4914B (or 0xD4914B) is known color: Fire Bush. HEX triplet: D4, 91 and 4B. RGB value is (212,145,75). Sum of RGB (Red+Green+Blue) = 212+145+75=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4914B is #2B6EB4. Grayscale: #9D9D9D. Windows color (decimal): -2846389 or 4952532. OLE color: 4952532.
HSL color Cylindrical-coordinate representation of color #D4914B: hue angle of 30.66º 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 #D4914B is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 75 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.17 |
| HSL | 30.66º | 0.61% | 0.56% | - |
| HSV(B) | 30.66º | 0.65% | 0.83% | - |
| XYZ | 38.55 | 34.76 | 11.33 | - |
| YUV | 157.05 | 81.7 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 75 | 0 | 0.32 | 0.65 | 0.17 | 30.66 | 0.61 | 0.56 |
| Hex | D4 | 91 | 4B | 0 | 20 | 41 | 11 | 1F | 3D | 38 |
| Octal | 324 | 221 | 113 | 0 | 40 | 101 | 21 | 37 | 75 | 70 |
| Binary | 11010100 | 10010001 | 1001011 | 0 | 100000 | 1000001 | 10001 | 11111 | 111101 | 111000 |
Color Harmonies of #D4914B
Complementary color
Monochromatic Colors of #D4914B
Black with #D4914B
Text Example
Text Example
White with #D4914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4914B; }
p { color: rgb(212,145,75); }
H1.HeaderClassName
{
color: #D4914B;
}
.AnyTagClassName
{
color: #D4914B;
}
</style>
background-color css
<style>
a { background-color: #D4914B; }
a { background-color: rgb(212,145,75); }
div.DivClassName
{
background-color: #D4914B;
}
.BgClassName
{
background-color: #D4914B;
}
</style>
border-color css
<style>
span { border-color: #D4914B; }
span { border-color: rgb(212,145,75); }
td.TdClassName
{
border-color: #D4914B;
}
.TagClassName
{
border-color: #D4914B;
}
</style>