Shades of Fire Bush #DF9B4A
Tints of Fire Bush #DF9B4A
RGB
CMYK
RGB Variations
Color information
#DF9B4A (or 0xDF9B4A) is known color: Fire Bush. HEX triplet: DF, 9B and 4A. RGB value is (223,155,74). Sum of RGB (Red+Green+Blue) = 223+155+74=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9B4A is #2064B5. Grayscale: #A6A6A6. Windows color (decimal): -2122934 or 4889567. OLE color: 4889567.
HSL color Cylindrical-coordinate representation of color #DF9B4A: hue angle of 32.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF9B4A is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 74 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.13 |
| HSL | 32.62º | 0.7% | 0.58% | - |
| HSV(B) | 32.62º | 0.67% | 0.87% | - |
| XYZ | 43.39 | 39.63 | 11.84 | - |
| YUV | 166.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 74 | 0 | 0.30 | 0.67 | 0.13 | 32.62 | 0.7 | 0.58 |
| Hex | DF | 9B | 4A | 0 | 1E | 43 | D | 21 | 46 | 3A |
| Octal | 337 | 233 | 112 | 0 | 36 | 103 | 15 | 41 | 106 | 72 |
| Binary | 11011111 | 10011011 | 1001010 | 0 | 11110 | 1000011 | 1101 | 100001 | 1000110 | 111010 |
Color Harmonies of #DF9B4A
Complementary color
Monochromatic Colors of #DF9B4A
Black with #DF9B4A
Text Example
Text Example
White with #DF9B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B4A; }
p { color: rgb(223,155,74); }
H1.HeaderClassName
{
color: #DF9B4A;
}
.AnyTagClassName
{
color: #DF9B4A;
}
</style>
background-color css
<style>
a { background-color: #DF9B4A; }
a { background-color: rgb(223,155,74); }
div.DivClassName
{
background-color: #DF9B4A;
}
.BgClassName
{
background-color: #DF9B4A;
}
</style>
border-color css
<style>
span { border-color: #DF9B4A; }
span { border-color: rgb(223,155,74); }
td.TdClassName
{
border-color: #DF9B4A;
}
.TagClassName
{
border-color: #DF9B4A;
}
</style>