Shades of Fire Bush #DC9440
Tints of Fire Bush #DC9440
RGB
CMYK
RGB Variations
Color information
#DC9440 (or 0xDC9440) is known color: Fire Bush. HEX triplet: DC, 94 and 40. RGB value is (220,148,64). Sum of RGB (Red+Green+Blue) = 220+148+64=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9440 is #236BBF. Grayscale: #A0A0A0. Windows color (decimal): -2321344 or 4232412. OLE color: 4232412.
HSL color Cylindrical-coordinate representation of color #DC9440: hue angle of 32.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC9440 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.14 |
| HSL | 32.31º | 0.69% | 0.56% | - |
| HSV(B) | 32.31º | 0.71% | 0.86% | - |
| XYZ | 41.03 | 36.77 | 9.78 | - |
| YUV | 159.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 64 | 0 | 0.33 | 0.71 | 0.14 | 32.31 | 0.69 | 0.56 |
| Hex | DC | 94 | 40 | 0 | 21 | 47 | E | 20 | 45 | 38 |
| Octal | 334 | 224 | 100 | 0 | 41 | 107 | 16 | 40 | 105 | 70 |
| Binary | 11011100 | 10010100 | 1000000 | 0 | 100001 | 1000111 | 1110 | 100000 | 1000101 | 111000 |
Color Harmonies of #DC9440
Complementary color
Monochromatic Colors of #DC9440
Black with #DC9440
Text Example
Text Example
White with #DC9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9440; }
p { color: rgb(220,148,64); }
H1.HeaderClassName
{
color: #DC9440;
}
.AnyTagClassName
{
color: #DC9440;
}
</style>
background-color css
<style>
a { background-color: #DC9440; }
a { background-color: rgb(220,148,64); }
div.DivClassName
{
background-color: #DC9440;
}
.BgClassName
{
background-color: #DC9440;
}
</style>
border-color css
<style>
span { border-color: #DC9440; }
span { border-color: rgb(220,148,64); }
td.TdClassName
{
border-color: #DC9440;
}
.TagClassName
{
border-color: #DC9440;
}
</style>