Shades of Fire Bush #D6994D
Tints of Fire Bush #D6994D
RGB
CMYK
RGB Variations
Color information
#D6994D (or 0xD6994D) is known color: Fire Bush. HEX triplet: D6, 99 and 4D. RGB value is (214,153,77). Sum of RGB (Red+Green+Blue) = 214+153+77=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6994D is #2966B2. Grayscale: #A2A2A2. Windows color (decimal): -2713267 or 5085654. OLE color: 5085654.
HSL color Cylindrical-coordinate representation of color #D6994D: hue angle of 33.28º 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 #D6994D is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 77 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.16 |
| HSL | 33.28º | 0.63% | 0.57% | - |
| HSV(B) | 33.28º | 0.64% | 0.84% | - |
| XYZ | 40.46 | 37.61 | 12.15 | - |
| YUV | 162.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 77 | 0 | 0.29 | 0.64 | 0.16 | 33.28 | 0.63 | 0.57 |
| Hex | D6 | 99 | 4D | 0 | 1D | 40 | 10 | 21 | 3F | 39 |
| Octal | 326 | 231 | 115 | 0 | 35 | 100 | 20 | 41 | 77 | 71 |
| Binary | 11010110 | 10011001 | 1001101 | 0 | 11101 | 1000000 | 10000 | 100001 | 111111 | 111001 |
Color Harmonies of #D6994D
Complementary color
Monochromatic Colors of #D6994D
Black with #D6994D
Text Example
Text Example
White with #D6994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6994D; }
p { color: rgb(214,153,77); }
H1.HeaderClassName
{
color: #D6994D;
}
.AnyTagClassName
{
color: #D6994D;
}
</style>
background-color css
<style>
a { background-color: #D6994D; }
a { background-color: rgb(214,153,77); }
div.DivClassName
{
background-color: #D6994D;
}
.BgClassName
{
background-color: #D6994D;
}
</style>
border-color css
<style>
span { border-color: #D6994D; }
span { border-color: rgb(214,153,77); }
td.TdClassName
{
border-color: #D6994D;
}
.TagClassName
{
border-color: #D6994D;
}
</style>