Shades of Fire Bush #DF9A4B
Tints of Fire Bush #DF9A4B
RGB
CMYK
RGB Variations
Color information
#DF9A4B (or 0xDF9A4B) is known color: Fire Bush. HEX triplet: DF, 9A and 4B. RGB value is (223,154,75). Sum of RGB (Red+Green+Blue) = 223+154+75=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9A4B is #2065B4. Grayscale: #A6A6A6. Windows color (decimal): -2123189 or 4954847. OLE color: 4954847.
HSL color Cylindrical-coordinate representation of color #DF9A4B: hue angle of 32.03º 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 #DF9A4B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 75 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.13 |
| HSL | 32.03º | 0.7% | 0.58% | - |
| HSV(B) | 32.03º | 0.66% | 0.87% | - |
| XYZ | 43.26 | 39.31 | 11.96 | - |
| YUV | 165.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 75 | 0 | 0.31 | 0.66 | 0.13 | 32.03 | 0.7 | 0.58 |
| Hex | DF | 9A | 4B | 0 | 1F | 42 | D | 20 | 46 | 3A |
| Octal | 337 | 232 | 113 | 0 | 37 | 102 | 15 | 40 | 106 | 72 |
| Binary | 11011111 | 10011010 | 1001011 | 0 | 11111 | 1000010 | 1101 | 100000 | 1000110 | 111010 |
Color Harmonies of #DF9A4B
Complementary color
Monochromatic Colors of #DF9A4B
Black with #DF9A4B
Text Example
Text Example
White with #DF9A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A4B; }
p { color: rgb(223,154,75); }
H1.HeaderClassName
{
color: #DF9A4B;
}
.AnyTagClassName
{
color: #DF9A4B;
}
</style>
background-color css
<style>
a { background-color: #DF9A4B; }
a { background-color: rgb(223,154,75); }
div.DivClassName
{
background-color: #DF9A4B;
}
.BgClassName
{
background-color: #DF9A4B;
}
</style>
border-color css
<style>
span { border-color: #DF9A4B; }
span { border-color: rgb(223,154,75); }
td.TdClassName
{
border-color: #DF9A4B;
}
.TagClassName
{
border-color: #DF9A4B;
}
</style>