Shades of Fire Bush #D39343
Tints of Fire Bush #D39343
RGB
CMYK
RGB Variations
Color information
#D39343 (or 0xD39343) is known color: Fire Bush. HEX triplet: D3, 93 and 43. RGB value is (211,147,67). Sum of RGB (Red+Green+Blue) = 211+147+67=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D39343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39343 is #2C6CBC. Grayscale: #9D9D9D. Windows color (decimal): -2911421 or 4428755. OLE color: 4428755.
HSL color Cylindrical-coordinate representation of color #D39343: hue angle of 33.33º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D39343 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 67 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.17 |
| HSL | 33.33º | 0.62% | 0.55% | - |
| HSV(B) | 33.33º | 0.68% | 0.83% | - |
| XYZ | 38.31 | 35.12 | 10.07 | - |
| YUV | 157.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 67 | 0 | 0.30 | 0.68 | 0.17 | 33.33 | 0.62 | 0.55 |
| Hex | D3 | 93 | 43 | 0 | 1E | 44 | 11 | 21 | 3E | 37 |
| Octal | 323 | 223 | 103 | 0 | 36 | 104 | 21 | 41 | 76 | 67 |
| Binary | 11010011 | 10010011 | 1000011 | 0 | 11110 | 1000100 | 10001 | 100001 | 111110 | 110111 |
Color Harmonies of #D39343
Complementary color
Monochromatic Colors of #D39343
Black with #D39343
Text Example
Text Example
White with #D39343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39343; }
p { color: rgb(211,147,67); }
H1.HeaderClassName
{
color: #D39343;
}
.AnyTagClassName
{
color: #D39343;
}
</style>
background-color css
<style>
a { background-color: #D39343; }
a { background-color: rgb(211,147,67); }
div.DivClassName
{
background-color: #D39343;
}
.BgClassName
{
background-color: #D39343;
}
</style>
border-color css
<style>
span { border-color: #D39343; }
span { border-color: rgb(211,147,67); }
td.TdClassName
{
border-color: #D39343;
}
.TagClassName
{
border-color: #D39343;
}
</style>