Shades of Fire Bush #D89B3F
Tints of Fire Bush #D89B3F
RGB
CMYK
RGB Variations
Color information
#D89B3F (or 0xD89B3F) is known color: Fire Bush. HEX triplet: D8, 9B and 3F. RGB value is (216,155,63). Sum of RGB (Red+Green+Blue) = 216+155+63=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89B3F is #2764C0. Grayscale: #A3A3A3. Windows color (decimal): -2581697 or 4168664. OLE color: 4168664.
HSL color Cylindrical-coordinate representation of color #D89B3F: hue angle of 36.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D89B3F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 63 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.15 |
| HSL | 36.08º | 0.66% | 0.55% | - |
| HSV(B) | 36.08º | 0.71% | 0.85% | - |
| XYZ | 40.94 | 38.4 | 9.96 | - |
| YUV | 162.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 63 | 0 | 0.28 | 0.71 | 0.15 | 36.08 | 0.66 | 0.55 |
| Hex | D8 | 9B | 3F | 0 | 1C | 47 | F | 24 | 42 | 37 |
| Octal | 330 | 233 | 77 | 0 | 34 | 107 | 17 | 44 | 102 | 67 |
| Binary | 11011000 | 10011011 | 111111 | 0 | 11100 | 1000111 | 1111 | 100100 | 1000010 | 110111 |
Color Harmonies of #D89B3F
Complementary color
Monochromatic Colors of #D89B3F
Black with #D89B3F
Text Example
Text Example
White with #D89B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B3F; }
p { color: rgb(216,155,63); }
H1.HeaderClassName
{
color: #D89B3F;
}
.AnyTagClassName
{
color: #D89B3F;
}
</style>
background-color css
<style>
a { background-color: #D89B3F; }
a { background-color: rgb(216,155,63); }
div.DivClassName
{
background-color: #D89B3F;
}
.BgClassName
{
background-color: #D89B3F;
}
</style>
border-color css
<style>
span { border-color: #D89B3F; }
span { border-color: rgb(216,155,63); }
td.TdClassName
{
border-color: #D89B3F;
}
.TagClassName
{
border-color: #D89B3F;
}
</style>