Shades of Fire Bush #D29E43
Tints of Fire Bush #D29E43
RGB
CMYK
RGB Variations
Color information
#D29E43 (or 0xD29E43) is known color: Fire Bush. HEX triplet: D2, 9E and 43. RGB value is (210,158,67). Sum of RGB (Red+Green+Blue) = 210+158+67=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E43 is #2D61BC. Grayscale: #A3A3A3. Windows color (decimal): -2974141 or 4431570. OLE color: 4431570.
HSL color Cylindrical-coordinate representation of color #D29E43: hue angle of 38.18º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D29E43 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 67 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.18 |
| HSL | 38.18º | 0.61% | 0.54% | - |
| HSV(B) | 38.18º | 0.68% | 0.82% | - |
| XYZ | 39.82 | 38.56 | 10.65 | - |
| YUV | 163.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 67 | 0 | 0.25 | 0.68 | 0.18 | 38.18 | 0.61 | 0.54 |
| Hex | D2 | 9E | 43 | 0 | 19 | 44 | 12 | 26 | 3D | 36 |
| Octal | 322 | 236 | 103 | 0 | 31 | 104 | 22 | 46 | 75 | 66 |
| Binary | 11010010 | 10011110 | 1000011 | 0 | 11001 | 1000100 | 10010 | 100110 | 111101 | 110110 |
Color Harmonies of #D29E43
Complementary color
Monochromatic Colors of #D29E43
Black with #D29E43
Text Example
Text Example
White with #D29E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E43; }
p { color: rgb(210,158,67); }
H1.HeaderClassName
{
color: #D29E43;
}
.AnyTagClassName
{
color: #D29E43;
}
</style>
background-color css
<style>
a { background-color: #D29E43; }
a { background-color: rgb(210,158,67); }
div.DivClassName
{
background-color: #D29E43;
}
.BgClassName
{
background-color: #D29E43;
}
</style>
border-color css
<style>
span { border-color: #D29E43; }
span { border-color: rgb(210,158,67); }
td.TdClassName
{
border-color: #D29E43;
}
.TagClassName
{
border-color: #D29E43;
}
</style>