Shades of Fire Bush #D6953F
Tints of Fire Bush #D6953F
RGB
CMYK
RGB Variations
Color information
#D6953F (or 0xD6953F) is known color: Fire Bush. HEX triplet: D6, 95 and 3F. RGB value is (214,149,63). Sum of RGB (Red+Green+Blue) = 214+149+63=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6953F is #296AC0. Grayscale: #9F9F9F. Windows color (decimal): -2714305 or 4167126. OLE color: 4167126.
HSL color Cylindrical-coordinate representation of color #D6953F: hue angle of 34.17º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6953F is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 63 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.16 |
| HSL | 34.17º | 0.65% | 0.54% | - |
| HSV(B) | 34.17º | 0.71% | 0.84% | - |
| XYZ | 39.38 | 36.15 | 9.6 | - |
| YUV | 158.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 63 | 0 | 0.30 | 0.71 | 0.16 | 34.17 | 0.65 | 0.54 |
| Hex | D6 | 95 | 3F | 0 | 1E | 47 | 10 | 22 | 41 | 36 |
| Octal | 326 | 225 | 77 | 0 | 36 | 107 | 20 | 42 | 101 | 66 |
| Binary | 11010110 | 10010101 | 111111 | 0 | 11110 | 1000111 | 10000 | 100010 | 1000001 | 110110 |
Color Harmonies of #D6953F
Complementary color
Monochromatic Colors of #D6953F
Black with #D6953F
Text Example
Text Example
White with #D6953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6953F; }
p { color: rgb(214,149,63); }
H1.HeaderClassName
{
color: #D6953F;
}
.AnyTagClassName
{
color: #D6953F;
}
</style>
background-color css
<style>
a { background-color: #D6953F; }
a { background-color: rgb(214,149,63); }
div.DivClassName
{
background-color: #D6953F;
}
.BgClassName
{
background-color: #D6953F;
}
</style>
border-color css
<style>
span { border-color: #D6953F; }
span { border-color: rgb(214,149,63); }
td.TdClassName
{
border-color: #D6953F;
}
.TagClassName
{
border-color: #D6953F;
}
</style>