Shades of Fire Bush #D6A03B
Tints of Fire Bush #D6A03B
RGB
CMYK
RGB Variations
Color information
#D6A03B (or 0xD6A03B) is known color: Fire Bush. HEX triplet: D6, A0 and 3B. RGB value is (214,160,59). Sum of RGB (Red+Green+Blue) = 214+160+59=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A03B is #295FC4. Grayscale: #A5A5A5. Windows color (decimal): -2711493 or 3907798. OLE color: 3907798.
HSL color Cylindrical-coordinate representation of color #D6A03B: hue angle of 39.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6A03B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 59 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.16 |
| HSL | 39.1º | 0.65% | 0.54% | - |
| HSV(B) | 39.1º | 0.72% | 0.84% | - |
| XYZ | 41.09 | 39.75 | 9.65 | - |
| YUV | 164.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 59 | 0 | 0.25 | 0.72 | 0.16 | 39.1 | 0.65 | 0.54 |
| Hex | D6 | A0 | 3B | 0 | 19 | 48 | 10 | 27 | 41 | 36 |
| Octal | 326 | 240 | 73 | 0 | 31 | 110 | 20 | 47 | 101 | 66 |
| Binary | 11010110 | 10100000 | 111011 | 0 | 11001 | 1001000 | 10000 | 100111 | 1000001 | 110110 |
Color Harmonies of #D6A03B
Complementary color
Monochromatic Colors of #D6A03B
Black with #D6A03B
Text Example
Text Example
White with #D6A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A03B; }
p { color: rgb(214,160,59); }
H1.HeaderClassName
{
color: #D6A03B;
}
.AnyTagClassName
{
color: #D6A03B;
}
</style>
background-color css
<style>
a { background-color: #D6A03B; }
a { background-color: rgb(214,160,59); }
div.DivClassName
{
background-color: #D6A03B;
}
.BgClassName
{
background-color: #D6A03B;
}
</style>
border-color css
<style>
span { border-color: #D6A03B; }
span { border-color: rgb(214,160,59); }
td.TdClassName
{
border-color: #D6A03B;
}
.TagClassName
{
border-color: #D6A03B;
}
</style>