Shades of Fire Bush #DF9B4B
Tints of Fire Bush #DF9B4B
RGB
CMYK
RGB Variations
Color information
#DF9B4B (or 0xDF9B4B) is known color: Fire Bush. HEX triplet: DF, 9B and 4B. RGB value is (223,155,75). Sum of RGB (Red+Green+Blue) = 223+155+75=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9B4B is #2064B4. Grayscale: #A6A6A6. Windows color (decimal): -2122933 or 4955103. OLE color: 4955103.
HSL color Cylindrical-coordinate representation of color #DF9B4B: hue angle of 32.43º 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 #DF9B4B is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 75 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.13 |
| HSL | 32.43º | 0.7% | 0.58% | - |
| HSV(B) | 32.43º | 0.66% | 0.87% | - |
| XYZ | 43.42 | 39.64 | 12.02 | - |
| YUV | 166.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 75 | 0 | 0.30 | 0.66 | 0.13 | 32.43 | 0.7 | 0.58 |
| Hex | DF | 9B | 4B | 0 | 1E | 42 | D | 20 | 46 | 3A |
| Octal | 337 | 233 | 113 | 0 | 36 | 102 | 15 | 40 | 106 | 72 |
| Binary | 11011111 | 10011011 | 1001011 | 0 | 11110 | 1000010 | 1101 | 100000 | 1000110 | 111010 |
Color Harmonies of #DF9B4B
Complementary color
Monochromatic Colors of #DF9B4B
Black with #DF9B4B
Text Example
Text Example
White with #DF9B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B4B; }
p { color: rgb(223,155,75); }
H1.HeaderClassName
{
color: #DF9B4B;
}
.AnyTagClassName
{
color: #DF9B4B;
}
</style>
background-color css
<style>
a { background-color: #DF9B4B; }
a { background-color: rgb(223,155,75); }
div.DivClassName
{
background-color: #DF9B4B;
}
.BgClassName
{
background-color: #DF9B4B;
}
</style>
border-color css
<style>
span { border-color: #DF9B4B; }
span { border-color: rgb(223,155,75); }
td.TdClassName
{
border-color: #DF9B4B;
}
.TagClassName
{
border-color: #DF9B4B;
}
</style>