Shades of Fire Bush #D69B3F
Tints of Fire Bush #D69B3F
RGB
CMYK
RGB Variations
Color information
#D69B3F (or 0xD69B3F) is known color: Fire Bush. HEX triplet: D6, 9B and 3F. RGB value is (214,155,63). Sum of RGB (Red+Green+Blue) = 214+155+63=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B3F is #2964C0. Grayscale: #A2A2A2. Windows color (decimal): -2712769 or 4168662. OLE color: 4168662.
HSL color Cylindrical-coordinate representation of color #D69B3F: hue angle of 36.56º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D69B3F is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 63 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.16 |
| HSL | 36.56º | 0.65% | 0.54% | - |
| HSV(B) | 36.56º | 0.71% | 0.84% | - |
| XYZ | 40.35 | 38.1 | 9.93 | - |
| YUV | 162.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 63 | 0 | 0.28 | 0.71 | 0.16 | 36.56 | 0.65 | 0.54 |
| Hex | D6 | 9B | 3F | 0 | 1C | 47 | 10 | 25 | 41 | 36 |
| Octal | 326 | 233 | 77 | 0 | 34 | 107 | 20 | 45 | 101 | 66 |
| Binary | 11010110 | 10011011 | 111111 | 0 | 11100 | 1000111 | 10000 | 100101 | 1000001 | 110110 |
Color Harmonies of #D69B3F
Complementary color
Monochromatic Colors of #D69B3F
Black with #D69B3F
Text Example
Text Example
White with #D69B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B3F; }
p { color: rgb(214,155,63); }
H1.HeaderClassName
{
color: #D69B3F;
}
.AnyTagClassName
{
color: #D69B3F;
}
</style>
background-color css
<style>
a { background-color: #D69B3F; }
a { background-color: rgb(214,155,63); }
div.DivClassName
{
background-color: #D69B3F;
}
.BgClassName
{
background-color: #D69B3F;
}
</style>
border-color css
<style>
span { border-color: #D69B3F; }
span { border-color: rgb(214,155,63); }
td.TdClassName
{
border-color: #D69B3F;
}
.TagClassName
{
border-color: #D69B3F;
}
</style>