Shades of Fire Bush #DF9E4B
Tints of Fire Bush #DF9E4B
RGB
CMYK
RGB Variations
Color information
#DF9E4B (or 0xDF9E4B) is known color: Fire Bush. HEX triplet: DF, 9E and 4B. RGB value is (223,158,75). Sum of RGB (Red+Green+Blue) = 223+158+75=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9E4B is #2061B4. Grayscale: #A8A8A8. Windows color (decimal): -2122165 or 4955871. OLE color: 4955871.
HSL color Cylindrical-coordinate representation of color #DF9E4B: hue angle of 33.65º degrees, saturation: 0.7, 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 #DF9E4B is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 75 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.13 |
| HSL | 33.65º | 0.7% | 0.58% | - |
| HSV(B) | 33.65º | 0.66% | 0.87% | - |
| XYZ | 43.93 | 40.65 | 12.19 | - |
| YUV | 167.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 75 | 0 | 0.29 | 0.66 | 0.13 | 33.65 | 0.7 | 0.58 |
| Hex | DF | 9E | 4B | 0 | 1D | 42 | D | 22 | 46 | 3A |
| Octal | 337 | 236 | 113 | 0 | 35 | 102 | 15 | 42 | 106 | 72 |
| Binary | 11011111 | 10011110 | 1001011 | 0 | 11101 | 1000010 | 1101 | 100010 | 1000110 | 111010 |
Color Harmonies of #DF9E4B
Complementary color
Monochromatic Colors of #DF9E4B
Black with #DF9E4B
Text Example
Text Example
White with #DF9E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E4B; }
p { color: rgb(223,158,75); }
H1.HeaderClassName
{
color: #DF9E4B;
}
.AnyTagClassName
{
color: #DF9E4B;
}
</style>
background-color css
<style>
a { background-color: #DF9E4B; }
a { background-color: rgb(223,158,75); }
div.DivClassName
{
background-color: #DF9E4B;
}
.BgClassName
{
background-color: #DF9E4B;
}
</style>
border-color css
<style>
span { border-color: #DF9E4B; }
span { border-color: rgb(223,158,75); }
td.TdClassName
{
border-color: #DF9E4B;
}
.TagClassName
{
border-color: #DF9E4B;
}
</style>