Shades of Fire Bush #D09B4A
Tints of Fire Bush #D09B4A
RGB
CMYK
RGB Variations
Color information
#D09B4A (or 0xD09B4A) is known color: Fire Bush. HEX triplet: D0, 9B and 4A. RGB value is (208,155,74). Sum of RGB (Red+Green+Blue) = 208+155+74=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B4A is #2F64B5. Grayscale: #A1A1A1. Windows color (decimal): -3105974 or 4889552. OLE color: 4889552.
HSL color Cylindrical-coordinate representation of color #D09B4A: hue angle of 36.27º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D09B4A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 74 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.18 |
| HSL | 36.27º | 0.59% | 0.55% | - |
| HSV(B) | 36.27º | 0.64% | 0.82% | - |
| XYZ | 38.97 | 37.35 | 11.63 | - |
| YUV | 161.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 74 | 0 | 0.25 | 0.64 | 0.18 | 36.27 | 0.59 | 0.55 |
| Hex | D0 | 9B | 4A | 0 | 19 | 40 | 12 | 24 | 3B | 37 |
| Octal | 320 | 233 | 112 | 0 | 31 | 100 | 22 | 44 | 73 | 67 |
| Binary | 11010000 | 10011011 | 1001010 | 0 | 11001 | 1000000 | 10010 | 100100 | 111011 | 110111 |
Color Harmonies of #D09B4A
Complementary color
Monochromatic Colors of #D09B4A
Black with #D09B4A
Text Example
Text Example
White with #D09B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B4A; }
p { color: rgb(208,155,74); }
H1.HeaderClassName
{
color: #D09B4A;
}
.AnyTagClassName
{
color: #D09B4A;
}
</style>
background-color css
<style>
a { background-color: #D09B4A; }
a { background-color: rgb(208,155,74); }
div.DivClassName
{
background-color: #D09B4A;
}
.BgClassName
{
background-color: #D09B4A;
}
</style>
border-color css
<style>
span { border-color: #D09B4A; }
span { border-color: rgb(208,155,74); }
td.TdClassName
{
border-color: #D09B4A;
}
.TagClassName
{
border-color: #D09B4A;
}
</style>