Shades of Fire Bush #D09B4C
Tints of Fire Bush #D09B4C
RGB
CMYK
RGB Variations
Color information
#D09B4C (or 0xD09B4C) is known color: Fire Bush. HEX triplet: D0, 9B and 4C. RGB value is (208,155,76). Sum of RGB (Red+Green+Blue) = 208+155+76=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B4C is #2F64B3. Grayscale: #A2A2A2. Windows color (decimal): -3105972 or 5020624. OLE color: 5020624.
HSL color Cylindrical-coordinate representation of color #D09B4C: hue angle of 35.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D09B4C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 76 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.18 |
| HSL | 35.91º | 0.58% | 0.56% | - |
| HSV(B) | 35.91º | 0.63% | 0.82% | - |
| XYZ | 39.04 | 37.37 | 11.99 | - |
| YUV | 161.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 76 | 0 | 0.25 | 0.63 | 0.18 | 35.91 | 0.58 | 0.56 |
| Hex | D0 | 9B | 4C | 0 | 19 | 3F | 12 | 24 | 3A | 38 |
| Octal | 320 | 233 | 114 | 0 | 31 | 77 | 22 | 44 | 72 | 70 |
| Binary | 11010000 | 10011011 | 1001100 | 0 | 11001 | 111111 | 10010 | 100100 | 111010 | 111000 |
Color Harmonies of #D09B4C
Complementary color
Monochromatic Colors of #D09B4C
Black with #D09B4C
Text Example
Text Example
White with #D09B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B4C; }
p { color: rgb(208,155,76); }
H1.HeaderClassName
{
color: #D09B4C;
}
.AnyTagClassName
{
color: #D09B4C;
}
</style>
background-color css
<style>
a { background-color: #D09B4C; }
a { background-color: rgb(208,155,76); }
div.DivClassName
{
background-color: #D09B4C;
}
.BgClassName
{
background-color: #D09B4C;
}
</style>
border-color css
<style>
span { border-color: #D09B4C; }
span { border-color: rgb(208,155,76); }
td.TdClassName
{
border-color: #D09B4C;
}
.TagClassName
{
border-color: #D09B4C;
}
</style>