Shades of Fire Bush #DC9B40
Tints of Fire Bush #DC9B40
RGB
CMYK
RGB Variations
Color information
#DC9B40 (or 0xDC9B40) is known color: Fire Bush. HEX triplet: DC, 9B and 40. RGB value is (220,155,64). Sum of RGB (Red+Green+Blue) = 220+155+64=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B40 is #2364BF. Grayscale: #A4A4A4. Windows color (decimal): -2319552 or 4234204. OLE color: 4234204.
HSL color Cylindrical-coordinate representation of color #DC9B40: hue angle of 35º 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 #DC9B40 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 64 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.14 |
| HSL | 35º | 0.69% | 0.56% | - |
| HSV(B) | 35º | 0.71% | 0.86% | - |
| XYZ | 42.16 | 39.03 | 10.16 | - |
| YUV | 164.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 64 | 0 | 0.30 | 0.71 | 0.14 | 35 | 0.69 | 0.56 |
| Hex | DC | 9B | 40 | 0 | 1E | 47 | E | 23 | 45 | 38 |
| Octal | 334 | 233 | 100 | 0 | 36 | 107 | 16 | 43 | 105 | 70 |
| Binary | 11011100 | 10011011 | 1000000 | 0 | 11110 | 1000111 | 1110 | 100011 | 1000101 | 111000 |
Color Harmonies of #DC9B40
Complementary color
Monochromatic Colors of #DC9B40
Black with #DC9B40
Text Example
Text Example
White with #DC9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B40; }
p { color: rgb(220,155,64); }
H1.HeaderClassName
{
color: #DC9B40;
}
.AnyTagClassName
{
color: #DC9B40;
}
</style>
background-color css
<style>
a { background-color: #DC9B40; }
a { background-color: rgb(220,155,64); }
div.DivClassName
{
background-color: #DC9B40;
}
.BgClassName
{
background-color: #DC9B40;
}
</style>
border-color css
<style>
span { border-color: #DC9B40; }
span { border-color: rgb(220,155,64); }
td.TdClassName
{
border-color: #DC9B40;
}
.TagClassName
{
border-color: #DC9B40;
}
</style>