Shades of Fire Bush #D29941
Tints of Fire Bush #D29941
RGB
CMYK
RGB Variations
Color information
#D29941 (or 0xD29941) is known color: Fire Bush. HEX triplet: D2, 99 and 41. RGB value is (210,153,65). Sum of RGB (Red+Green+Blue) = 210+153+65=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D29941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29941 is #2D66BE. Grayscale: #A0A0A0. Windows color (decimal): -2975423 or 4299218. OLE color: 4299218.
HSL color Cylindrical-coordinate representation of color #D29941: hue angle of 36.41º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D29941 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 65 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.18 |
| HSL | 36.41º | 0.62% | 0.54% | - |
| HSV(B) | 36.41º | 0.69% | 0.82% | - |
| XYZ | 38.92 | 36.87 | 10.07 | - |
| YUV | 160.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 65 | 0 | 0.27 | 0.69 | 0.18 | 36.41 | 0.62 | 0.54 |
| Hex | D2 | 99 | 41 | 0 | 1B | 45 | 12 | 24 | 3E | 36 |
| Octal | 322 | 231 | 101 | 0 | 33 | 105 | 22 | 44 | 76 | 66 |
| Binary | 11010010 | 10011001 | 1000001 | 0 | 11011 | 1000101 | 10010 | 100100 | 111110 | 110110 |
Color Harmonies of #D29941
Complementary color
Monochromatic Colors of #D29941
Black with #D29941
Text Example
Text Example
White with #D29941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29941; }
p { color: rgb(210,153,65); }
H1.HeaderClassName
{
color: #D29941;
}
.AnyTagClassName
{
color: #D29941;
}
</style>
background-color css
<style>
a { background-color: #D29941; }
a { background-color: rgb(210,153,65); }
div.DivClassName
{
background-color: #D29941;
}
.BgClassName
{
background-color: #D29941;
}
</style>
border-color css
<style>
span { border-color: #D29941; }
span { border-color: rgb(210,153,65); }
td.TdClassName
{
border-color: #D29941;
}
.TagClassName
{
border-color: #D29941;
}
</style>