Shades of Fire Bush #DE954C
Tints of Fire Bush #DE954C
RGB
CMYK
RGB Variations
Color information
#DE954C (or 0xDE954C) is known color: Fire Bush. HEX triplet: DE, 95 and 4C. RGB value is (222,149,76). Sum of RGB (Red+Green+Blue) = 222+149+76=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE954C is #216AB3. Grayscale: #A2A2A2. Windows color (decimal): -2190004 or 5019102. OLE color: 5019102.
HSL color Cylindrical-coordinate representation of color #DE954C: hue angle of 30º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE954C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 76 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 30º | 0.69% | 0.58% | - |
| HSV(B) | 30º | 0.66% | 0.87% | - |
| XYZ | 42.18 | 37.55 | 11.86 | - |
| YUV | 162.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 76 | 0 | 0.33 | 0.66 | 0.13 | 30 | 0.69 | 0.58 |
| Hex | DE | 95 | 4C | 0 | 21 | 42 | D | 1E | 45 | 3A |
| Octal | 336 | 225 | 114 | 0 | 41 | 102 | 15 | 36 | 105 | 72 |
| Binary | 11011110 | 10010101 | 1001100 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000101 | 111010 |
Color Harmonies of #DE954C
Complementary color
Monochromatic Colors of #DE954C
Black with #DE954C
Text Example
Text Example
White with #DE954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE954C; }
p { color: rgb(222,149,76); }
H1.HeaderClassName
{
color: #DE954C;
}
.AnyTagClassName
{
color: #DE954C;
}
</style>
background-color css
<style>
a { background-color: #DE954C; }
a { background-color: rgb(222,149,76); }
div.DivClassName
{
background-color: #DE954C;
}
.BgClassName
{
background-color: #DE954C;
}
</style>
border-color css
<style>
span { border-color: #DE954C; }
span { border-color: rgb(222,149,76); }
td.TdClassName
{
border-color: #DE954C;
}
.TagClassName
{
border-color: #DE954C;
}
</style>