Shades of Fire Bush #D89D4A
Tints of Fire Bush #D89D4A
RGB
CMYK
RGB Variations
Color information
#D89D4A (or 0xD89D4A) is known color: Fire Bush. HEX triplet: D8, 9D and 4A. RGB value is (216,157,74). Sum of RGB (Red+Green+Blue) = 216+157+74=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D4A is #2762B5. Grayscale: #A5A5A5. Windows color (decimal): -2581174 or 4890072. OLE color: 4890072.
HSL color Cylindrical-coordinate representation of color #D89D4A: hue angle of 35.07º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D89D4A is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 74 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.15 |
| HSL | 35.07º | 0.65% | 0.57% | - |
| HSV(B) | 35.07º | 0.66% | 0.85% | - |
| XYZ | 41.61 | 39.21 | 11.85 | - |
| YUV | 165.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 74 | 0 | 0.27 | 0.66 | 0.15 | 35.07 | 0.65 | 0.57 |
| Hex | D8 | 9D | 4A | 0 | 1B | 42 | F | 23 | 41 | 39 |
| Octal | 330 | 235 | 112 | 0 | 33 | 102 | 17 | 43 | 101 | 71 |
| Binary | 11011000 | 10011101 | 1001010 | 0 | 11011 | 1000010 | 1111 | 100011 | 1000001 | 111001 |
Color Harmonies of #D89D4A
Complementary color
Monochromatic Colors of #D89D4A
Black with #D89D4A
Text Example
Text Example
White with #D89D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D4A; }
p { color: rgb(216,157,74); }
H1.HeaderClassName
{
color: #D89D4A;
}
.AnyTagClassName
{
color: #D89D4A;
}
</style>
background-color css
<style>
a { background-color: #D89D4A; }
a { background-color: rgb(216,157,74); }
div.DivClassName
{
background-color: #D89D4A;
}
.BgClassName
{
background-color: #D89D4A;
}
</style>
border-color css
<style>
span { border-color: #D89D4A; }
span { border-color: rgb(216,157,74); }
td.TdClassName
{
border-color: #D89D4A;
}
.TagClassName
{
border-color: #D89D4A;
}
</style>