Shades of Fire Bush #DC9042
Tints of Fire Bush #DC9042
RGB
CMYK
RGB Variations
Color information
#DC9042 (or 0xDC9042) is known color: Fire Bush. HEX triplet: DC, 90 and 42. RGB value is (220,144,66). Sum of RGB (Red+Green+Blue) = 220+144+66=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9042 is #236FBD. Grayscale: #9E9E9E. Windows color (decimal): -2322366 or 4362460. OLE color: 4362460.
HSL color Cylindrical-coordinate representation of color #DC9042: hue angle of 30.39º 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 #DC9042 is Cyan = 0, Magento = 0.35, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 66 | - |
| CMYK | 0 | 0.35 | 0.7 | 0.14 |
| HSL | 30.39º | 0.69% | 0.56% | - |
| HSV(B) | 30.39º | 0.7% | 0.86% | - |
| XYZ | 40.47 | 35.56 | 9.88 | - |
| YUV | 157.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 66 | 0 | 0.35 | 0.7 | 0.14 | 30.39 | 0.69 | 0.56 |
| Hex | DC | 90 | 42 | 0 | 23 | 46 | E | 1E | 45 | 38 |
| Octal | 334 | 220 | 102 | 0 | 43 | 106 | 16 | 36 | 105 | 70 |
| Binary | 11011100 | 10010000 | 1000010 | 0 | 100011 | 1000110 | 1110 | 11110 | 1000101 | 111000 |
Color Harmonies of #DC9042
Complementary color
Monochromatic Colors of #DC9042
Black with #DC9042
Text Example
Text Example
White with #DC9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9042; }
p { color: rgb(220,144,66); }
H1.HeaderClassName
{
color: #DC9042;
}
.AnyTagClassName
{
color: #DC9042;
}
</style>
background-color css
<style>
a { background-color: #DC9042; }
a { background-color: rgb(220,144,66); }
div.DivClassName
{
background-color: #DC9042;
}
.BgClassName
{
background-color: #DC9042;
}
</style>
border-color css
<style>
span { border-color: #DC9042; }
span { border-color: rgb(220,144,66); }
td.TdClassName
{
border-color: #DC9042;
}
.TagClassName
{
border-color: #DC9042;
}
</style>