Shades of Fire Bush #DC9442
Tints of Fire Bush #DC9442
RGB
CMYK
RGB Variations
Color information
#DC9442 (or 0xDC9442) is known color: Fire Bush. HEX triplet: DC, 94 and 42. RGB value is (220,148,66). Sum of RGB (Red+Green+Blue) = 220+148+66=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9442 is #236BBD. Grayscale: #A0A0A0. Windows color (decimal): -2321342 or 4363484. OLE color: 4363484.
HSL color Cylindrical-coordinate representation of color #DC9442: hue angle of 31.95º 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 #DC9442 is Cyan = 0, Magento = 0.33, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 66 | - |
| CMYK | 0 | 0.33 | 0.7 | 0.14 |
| HSL | 31.95º | 0.69% | 0.56% | - |
| HSV(B) | 31.95º | 0.7% | 0.86% | - |
| XYZ | 41.09 | 36.79 | 10.09 | - |
| YUV | 160.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 66 | 0 | 0.33 | 0.7 | 0.14 | 31.95 | 0.69 | 0.56 |
| Hex | DC | 94 | 42 | 0 | 21 | 46 | E | 20 | 45 | 38 |
| Octal | 334 | 224 | 102 | 0 | 41 | 106 | 16 | 40 | 105 | 70 |
| Binary | 11011100 | 10010100 | 1000010 | 0 | 100001 | 1000110 | 1110 | 100000 | 1000101 | 111000 |
Color Harmonies of #DC9442
Complementary color
Monochromatic Colors of #DC9442
Black with #DC9442
Text Example
Text Example
White with #DC9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9442; }
p { color: rgb(220,148,66); }
H1.HeaderClassName
{
color: #DC9442;
}
.AnyTagClassName
{
color: #DC9442;
}
</style>
background-color css
<style>
a { background-color: #DC9442; }
a { background-color: rgb(220,148,66); }
div.DivClassName
{
background-color: #DC9442;
}
.BgClassName
{
background-color: #DC9442;
}
</style>
border-color css
<style>
span { border-color: #DC9442; }
span { border-color: rgb(220,148,66); }
td.TdClassName
{
border-color: #DC9442;
}
.TagClassName
{
border-color: #DC9442;
}
</style>