Shades of Fire Bush #D29A40
Tints of Fire Bush #D29A40
RGB
CMYK
RGB Variations
Color information
#D29A40 (or 0xD29A40) is known color: Fire Bush. HEX triplet: D2, 9A and 40. RGB value is (210,154,64). Sum of RGB (Red+Green+Blue) = 210+154+64=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A40 is #2D65BF. Grayscale: #A0A0A0. Windows color (decimal): -2975168 or 4233938. OLE color: 4233938.
HSL color Cylindrical-coordinate representation of color #D29A40: hue angle of 36.99º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D29A40 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 64 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.18 |
| HSL | 36.99º | 0.62% | 0.54% | - |
| HSV(B) | 36.99º | 0.7% | 0.82% | - |
| XYZ | 39.06 | 37.18 | 9.97 | - |
| YUV | 160.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 64 | 0 | 0.27 | 0.70 | 0.18 | 36.99 | 0.62 | 0.54 |
| Hex | D2 | 9A | 40 | 0 | 1B | 46 | 12 | 25 | 3E | 36 |
| Octal | 322 | 232 | 100 | 0 | 33 | 106 | 22 | 45 | 76 | 66 |
| Binary | 11010010 | 10011010 | 1000000 | 0 | 11011 | 1000110 | 10010 | 100101 | 111110 | 110110 |
Color Harmonies of #D29A40
Complementary color
Monochromatic Colors of #D29A40
Black with #D29A40
Text Example
Text Example
White with #D29A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A40; }
p { color: rgb(210,154,64); }
H1.HeaderClassName
{
color: #D29A40;
}
.AnyTagClassName
{
color: #D29A40;
}
</style>
background-color css
<style>
a { background-color: #D29A40; }
a { background-color: rgb(210,154,64); }
div.DivClassName
{
background-color: #D29A40;
}
.BgClassName
{
background-color: #D29A40;
}
</style>
border-color css
<style>
span { border-color: #D29A40; }
span { border-color: rgb(210,154,64); }
td.TdClassName
{
border-color: #D29A40;
}
.TagClassName
{
border-color: #D29A40;
}
</style>