Shades of Fire Bush #DC9338
Tints of Fire Bush #DC9338
RGB
CMYK
RGB Variations
Color information
#DC9338 (or 0xDC9338) is known color: Fire Bush. HEX triplet: DC, 93 and 38. RGB value is (220,147,56). Sum of RGB (Red+Green+Blue) = 220+147+56=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9338 is #236CC7. Grayscale: #9E9E9E. Windows color (decimal): -2321608 or 3707868. OLE color: 3707868.
HSL color Cylindrical-coordinate representation of color #DC9338: hue angle of 33.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC9338 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 56 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.14 |
| HSL | 33.29º | 0.7% | 0.54% | - |
| HSV(B) | 33.29º | 0.75% | 0.86% | - |
| XYZ | 40.66 | 36.37 | 8.62 | - |
| YUV | 158.45 | 70.18 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 56 | 0 | 0.33 | 0.75 | 0.14 | 33.29 | 0.7 | 0.54 |
| Hex | DC | 93 | 38 | 0 | 21 | 4B | E | 21 | 46 | 36 |
| Octal | 334 | 223 | 70 | 0 | 41 | 113 | 16 | 41 | 106 | 66 |
| Binary | 11011100 | 10010011 | 111000 | 0 | 100001 | 1001011 | 1110 | 100001 | 1000110 | 110110 |
Color Harmonies of #DC9338
Complementary color
Monochromatic Colors of #DC9338
Black with #DC9338
Text Example
Text Example
White with #DC9338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9338; }
p { color: rgb(220,147,56); }
H1.HeaderClassName
{
color: #DC9338;
}
.AnyTagClassName
{
color: #DC9338;
}
</style>
background-color css
<style>
a { background-color: #DC9338; }
a { background-color: rgb(220,147,56); }
div.DivClassName
{
background-color: #DC9338;
}
.BgClassName
{
background-color: #DC9338;
}
</style>
border-color css
<style>
span { border-color: #DC9338; }
span { border-color: rgb(220,147,56); }
td.TdClassName
{
border-color: #DC9338;
}
.TagClassName
{
border-color: #DC9338;
}
</style>