Shades of Fire Bush #D6954C
Tints of Fire Bush #D6954C
RGB
CMYK
RGB Variations
Color information
#D6954C (or 0xD6954C) is known color: Fire Bush. HEX triplet: D6, 95 and 4C. RGB value is (214,149,76). Sum of RGB (Red+Green+Blue) = 214+149+76=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6954C is #296AB3. Grayscale: #A0A0A0. Windows color (decimal): -2714292 or 5019094. OLE color: 5019094.
HSL color Cylindrical-coordinate representation of color #D6954C: hue angle of 31.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6954C is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 76 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.16 |
| HSL | 31.74º | 0.63% | 0.57% | - |
| HSV(B) | 31.74º | 0.64% | 0.84% | - |
| XYZ | 39.78 | 36.31 | 11.75 | - |
| YUV | 160.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 76 | 0 | 0.30 | 0.64 | 0.16 | 31.74 | 0.63 | 0.57 |
| Hex | D6 | 95 | 4C | 0 | 1E | 40 | 10 | 20 | 3F | 39 |
| Octal | 326 | 225 | 114 | 0 | 36 | 100 | 20 | 40 | 77 | 71 |
| Binary | 11010110 | 10010101 | 1001100 | 0 | 11110 | 1000000 | 10000 | 100000 | 111111 | 111001 |
Color Harmonies of #D6954C
Complementary color
Monochromatic Colors of #D6954C
Black with #D6954C
Text Example
Text Example
White with #D6954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6954C; }
p { color: rgb(214,149,76); }
H1.HeaderClassName
{
color: #D6954C;
}
.AnyTagClassName
{
color: #D6954C;
}
</style>
background-color css
<style>
a { background-color: #D6954C; }
a { background-color: rgb(214,149,76); }
div.DivClassName
{
background-color: #D6954C;
}
.BgClassName
{
background-color: #D6954C;
}
</style>
border-color css
<style>
span { border-color: #D6954C; }
span { border-color: rgb(214,149,76); }
td.TdClassName
{
border-color: #D6954C;
}
.TagClassName
{
border-color: #D6954C;
}
</style>