Shades of Fire Bush #D69B3E
Tints of Fire Bush #D69B3E
RGB
CMYK
RGB Variations
Color information
#D69B3E (or 0xD69B3E) is known color: Fire Bush. HEX triplet: D6, 9B and 3E. RGB value is (214,155,62). Sum of RGB (Red+Green+Blue) = 214+155+62=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B3E is #2964C1. Grayscale: #A2A2A2. Windows color (decimal): -2712770 or 4103126. OLE color: 4103126.
HSL color Cylindrical-coordinate representation of color #D69B3E: hue angle of 36.71º 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 #D69B3E is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 62 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.16 |
| HSL | 36.71º | 0.65% | 0.54% | - |
| HSV(B) | 36.71º | 0.71% | 0.84% | - |
| XYZ | 40.32 | 38.09 | 9.78 | - |
| YUV | 162.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 62 | 0 | 0.28 | 0.71 | 0.16 | 36.71 | 0.65 | 0.54 |
| Hex | D6 | 9B | 3E | 0 | 1C | 47 | 10 | 25 | 41 | 36 |
| Octal | 326 | 233 | 76 | 0 | 34 | 107 | 20 | 45 | 101 | 66 |
| Binary | 11010110 | 10011011 | 111110 | 0 | 11100 | 1000111 | 10000 | 100101 | 1000001 | 110110 |
Color Harmonies of #D69B3E
Complementary color
Monochromatic Colors of #D69B3E
Black with #D69B3E
Text Example
Text Example
White with #D69B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B3E; }
p { color: rgb(214,155,62); }
H1.HeaderClassName
{
color: #D69B3E;
}
.AnyTagClassName
{
color: #D69B3E;
}
</style>
background-color css
<style>
a { background-color: #D69B3E; }
a { background-color: rgb(214,155,62); }
div.DivClassName
{
background-color: #D69B3E;
}
.BgClassName
{
background-color: #D69B3E;
}
</style>
border-color css
<style>
span { border-color: #D69B3E; }
span { border-color: rgb(214,155,62); }
td.TdClassName
{
border-color: #D69B3E;
}
.TagClassName
{
border-color: #D69B3E;
}
</style>