Shades of Fire Bush #DC9942
Tints of Fire Bush #DC9942
RGB
CMYK
RGB Variations
Color information
#DC9942 (or 0xDC9942) is known color: Fire Bush. HEX triplet: DC, 99 and 42. RGB value is (220,153,66). Sum of RGB (Red+Green+Blue) = 220+153+66=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9942 is #2366BD. Grayscale: #A3A3A3. Windows color (decimal): -2320062 or 4364764. OLE color: 4364764.
HSL color Cylindrical-coordinate representation of color #DC9942: hue angle of 33.9º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC9942 is Cyan = 0, Magento = 0.30, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 66 | - |
| CMYK | 0 | 0.30 | 0.7 | 0.14 |
| HSL | 33.9º | 0.69% | 0.56% | - |
| HSV(B) | 33.9º | 0.7% | 0.86% | - |
| XYZ | 41.89 | 38.39 | 10.36 | - |
| YUV | 163.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 66 | 0 | 0.30 | 0.7 | 0.14 | 33.9 | 0.69 | 0.56 |
| Hex | DC | 99 | 42 | 0 | 1E | 46 | E | 22 | 45 | 38 |
| Octal | 334 | 231 | 102 | 0 | 36 | 106 | 16 | 42 | 105 | 70 |
| Binary | 11011100 | 10011001 | 1000010 | 0 | 11110 | 1000110 | 1110 | 100010 | 1000101 | 111000 |
Color Harmonies of #DC9942
Complementary color
Monochromatic Colors of #DC9942
Black with #DC9942
Text Example
Text Example
White with #DC9942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9942; }
p { color: rgb(220,153,66); }
H1.HeaderClassName
{
color: #DC9942;
}
.AnyTagClassName
{
color: #DC9942;
}
</style>
background-color css
<style>
a { background-color: #DC9942; }
a { background-color: rgb(220,153,66); }
div.DivClassName
{
background-color: #DC9942;
}
.BgClassName
{
background-color: #DC9942;
}
</style>
border-color css
<style>
span { border-color: #DC9942; }
span { border-color: rgb(220,153,66); }
td.TdClassName
{
border-color: #DC9942;
}
.TagClassName
{
border-color: #DC9942;
}
</style>