Shades of Fire Bush #DE9B3C
Tints of Fire Bush #DE9B3C
RGB
CMYK
RGB Variations
Color information
#DE9B3C (or 0xDE9B3C) is known color: Fire Bush. HEX triplet: DE, 9B and 3C. RGB value is (222,155,60). Sum of RGB (Red+Green+Blue) = 222+155+60=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B3C is #2164C3. Grayscale: #A4A4A4. Windows color (decimal): -2188484 or 3972062. OLE color: 3972062.
HSL color Cylindrical-coordinate representation of color #DE9B3C: hue angle of 35.19º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE9B3C is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 60 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.13 |
| HSL | 35.19º | 0.71% | 0.55% | - |
| HSV(B) | 35.19º | 0.73% | 0.87% | - |
| XYZ | 42.66 | 39.3 | 9.61 | - |
| YUV | 164.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 60 | 0 | 0.30 | 0.73 | 0.13 | 35.19 | 0.71 | 0.55 |
| Hex | DE | 9B | 3C | 0 | 1E | 49 | D | 23 | 47 | 37 |
| Octal | 336 | 233 | 74 | 0 | 36 | 111 | 15 | 43 | 107 | 67 |
| Binary | 11011110 | 10011011 | 111100 | 0 | 11110 | 1001001 | 1101 | 100011 | 1000111 | 110111 |
Color Harmonies of #DE9B3C
Complementary color
Monochromatic Colors of #DE9B3C
Black with #DE9B3C
Text Example
Text Example
White with #DE9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B3C; }
p { color: rgb(222,155,60); }
H1.HeaderClassName
{
color: #DE9B3C;
}
.AnyTagClassName
{
color: #DE9B3C;
}
</style>
background-color css
<style>
a { background-color: #DE9B3C; }
a { background-color: rgb(222,155,60); }
div.DivClassName
{
background-color: #DE9B3C;
}
.BgClassName
{
background-color: #DE9B3C;
}
</style>
border-color css
<style>
span { border-color: #DE9B3C; }
span { border-color: rgb(222,155,60); }
td.TdClassName
{
border-color: #DE9B3C;
}
.TagClassName
{
border-color: #DE9B3C;
}
</style>