Shades of Fire Bush #D6993D
Tints of Fire Bush #D6993D
RGB
CMYK
RGB Variations
Color information
#D6993D (or 0xD6993D) is known color: Fire Bush. HEX triplet: D6, 99 and 3D. RGB value is (214,153,61). Sum of RGB (Red+Green+Blue) = 214+153+61=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6993D is #2966C2. Grayscale: #A1A1A1. Windows color (decimal): -2713283 or 4037078. OLE color: 4037078.
HSL color Cylindrical-coordinate representation of color #D6993D: hue angle of 36.08º 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 #D6993D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 61 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.16 |
| HSL | 36.08º | 0.65% | 0.54% | - |
| HSV(B) | 36.08º | 0.71% | 0.84% | - |
| XYZ | 39.97 | 37.42 | 9.53 | - |
| YUV | 160.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 61 | 0 | 0.29 | 0.71 | 0.16 | 36.08 | 0.65 | 0.54 |
| Hex | D6 | 99 | 3D | 0 | 1D | 47 | 10 | 24 | 41 | 36 |
| Octal | 326 | 231 | 75 | 0 | 35 | 107 | 20 | 44 | 101 | 66 |
| Binary | 11010110 | 10011001 | 111101 | 0 | 11101 | 1000111 | 10000 | 100100 | 1000001 | 110110 |
Color Harmonies of #D6993D
Complementary color
Monochromatic Colors of #D6993D
Black with #D6993D
Text Example
Text Example
White with #D6993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6993D; }
p { color: rgb(214,153,61); }
H1.HeaderClassName
{
color: #D6993D;
}
.AnyTagClassName
{
color: #D6993D;
}
</style>
background-color css
<style>
a { background-color: #D6993D; }
a { background-color: rgb(214,153,61); }
div.DivClassName
{
background-color: #D6993D;
}
.BgClassName
{
background-color: #D6993D;
}
</style>
border-color css
<style>
span { border-color: #D6993D; }
span { border-color: rgb(214,153,61); }
td.TdClassName
{
border-color: #D6993D;
}
.TagClassName
{
border-color: #D6993D;
}
</style>