Shades of Fire Bush #DF954C
Tints of Fire Bush #DF954C
RGB
CMYK
RGB Variations
Color information
#DF954C (or 0xDF954C) is known color: Fire Bush. HEX triplet: DF, 95 and 4C. RGB value is (223,149,76). Sum of RGB (Red+Green+Blue) = 223+149+76=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF954C is #206AB3. Grayscale: #A3A3A3. Windows color (decimal): -2124468 or 5019103. OLE color: 5019103.
HSL color Cylindrical-coordinate representation of color #DF954C: hue angle of 29.8º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF954C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 76 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 29.8º | 0.7% | 0.59% | - |
| HSV(B) | 29.8º | 0.66% | 0.87% | - |
| XYZ | 42.48 | 37.7 | 11.88 | - |
| YUV | 162.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 76 | 0 | 0.33 | 0.66 | 0.13 | 29.8 | 0.7 | 0.59 |
| Hex | DF | 95 | 4C | 0 | 21 | 42 | D | 1E | 46 | 3B |
| Octal | 337 | 225 | 114 | 0 | 41 | 102 | 15 | 36 | 106 | 73 |
| Binary | 11011111 | 10010101 | 1001100 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000110 | 111011 |
Color Harmonies of #DF954C
Complementary color
Monochromatic Colors of #DF954C
Black with #DF954C
Text Example
Text Example
White with #DF954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF954C; }
p { color: rgb(223,149,76); }
H1.HeaderClassName
{
color: #DF954C;
}
.AnyTagClassName
{
color: #DF954C;
}
</style>
background-color css
<style>
a { background-color: #DF954C; }
a { background-color: rgb(223,149,76); }
div.DivClassName
{
background-color: #DF954C;
}
.BgClassName
{
background-color: #DF954C;
}
</style>
border-color css
<style>
span { border-color: #DF954C; }
span { border-color: rgb(223,149,76); }
td.TdClassName
{
border-color: #DF954C;
}
.TagClassName
{
border-color: #DF954C;
}
</style>