Shades of Fire Bush #D29A43
Tints of Fire Bush #D29A43
RGB
CMYK
RGB Variations
Color information
#D29A43 (or 0xD29A43) is known color: Fire Bush. HEX triplet: D2, 9A and 43. RGB value is (210,154,67). Sum of RGB (Red+Green+Blue) = 210+154+67=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A43 is #2D65BC. Grayscale: #A1A1A1. Windows color (decimal): -2975165 or 4430546. OLE color: 4430546.
HSL color Cylindrical-coordinate representation of color #D29A43: hue angle of 36.5º 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 #D29A43 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 67 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.18 |
| HSL | 36.5º | 0.61% | 0.54% | - |
| HSV(B) | 36.5º | 0.68% | 0.82% | - |
| XYZ | 39.15 | 37.22 | 10.43 | - |
| YUV | 160.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 67 | 0 | 0.27 | 0.68 | 0.18 | 36.5 | 0.61 | 0.54 |
| Hex | D2 | 9A | 43 | 0 | 1B | 44 | 12 | 25 | 3D | 36 |
| Octal | 322 | 232 | 103 | 0 | 33 | 104 | 22 | 45 | 75 | 66 |
| Binary | 11010010 | 10011010 | 1000011 | 0 | 11011 | 1000100 | 10010 | 100101 | 111101 | 110110 |
Color Harmonies of #D29A43
Complementary color
Monochromatic Colors of #D29A43
Black with #D29A43
Text Example
Text Example
White with #D29A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A43; }
p { color: rgb(210,154,67); }
H1.HeaderClassName
{
color: #D29A43;
}
.AnyTagClassName
{
color: #D29A43;
}
</style>
background-color css
<style>
a { background-color: #D29A43; }
a { background-color: rgb(210,154,67); }
div.DivClassName
{
background-color: #D29A43;
}
.BgClassName
{
background-color: #D29A43;
}
</style>
border-color css
<style>
span { border-color: #D29A43; }
span { border-color: rgb(210,154,67); }
td.TdClassName
{
border-color: #D29A43;
}
.TagClassName
{
border-color: #D29A43;
}
</style>