Shades of Fire Bush #D2994D
Tints of Fire Bush #D2994D
RGB
CMYK
RGB Variations
Color information
#D2994D (or 0xD2994D) is known color: Fire Bush. HEX triplet: D2, 99 and 4D. RGB value is (210,153,77). Sum of RGB (Red+Green+Blue) = 210+153+77=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2994D is #2D66B2. Grayscale: #A1A1A1. Windows color (decimal): -2975411 or 5085650. OLE color: 5085650.
HSL color Cylindrical-coordinate representation of color #D2994D: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2994D is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 77 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.18 |
| HSL | 34.29º | 0.6% | 0.56% | - |
| HSV(B) | 34.29º | 0.63% | 0.82% | - |
| XYZ | 39.31 | 37.02 | 12.09 | - |
| YUV | 161.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 77 | 0 | 0.27 | 0.63 | 0.18 | 34.29 | 0.6 | 0.56 |
| Hex | D2 | 99 | 4D | 0 | 1B | 3F | 12 | 22 | 3C | 38 |
| Octal | 322 | 231 | 115 | 0 | 33 | 77 | 22 | 42 | 74 | 70 |
| Binary | 11010010 | 10011001 | 1001101 | 0 | 11011 | 111111 | 10010 | 100010 | 111100 | 111000 |
Color Harmonies of #D2994D
Complementary color
Monochromatic Colors of #D2994D
Black with #D2994D
Text Example
Text Example
White with #D2994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2994D; }
p { color: rgb(210,153,77); }
H1.HeaderClassName
{
color: #D2994D;
}
.AnyTagClassName
{
color: #D2994D;
}
</style>
background-color css
<style>
a { background-color: #D2994D; }
a { background-color: rgb(210,153,77); }
div.DivClassName
{
background-color: #D2994D;
}
.BgClassName
{
background-color: #D2994D;
}
</style>
border-color css
<style>
span { border-color: #D2994D; }
span { border-color: rgb(210,153,77); }
td.TdClassName
{
border-color: #D2994D;
}
.TagClassName
{
border-color: #D2994D;
}
</style>