Shades of Fire Bush #D69E3F
Tints of Fire Bush #D69E3F
RGB
CMYK
RGB Variations
Color information
#D69E3F (or 0xD69E3F) is known color: Fire Bush. HEX triplet: D6, 9E and 3F. RGB value is (214,158,63). Sum of RGB (Red+Green+Blue) = 214+158+63=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E3F is #2961C0. Grayscale: #A4A4A4. Windows color (decimal): -2712001 or 4169430. OLE color: 4169430.
HSL color Cylindrical-coordinate representation of color #D69E3F: hue angle of 37.75º 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 #D69E3F is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 63 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.16 |
| HSL | 37.75º | 0.65% | 0.54% | - |
| HSV(B) | 37.75º | 0.71% | 0.84% | - |
| XYZ | 40.86 | 39.11 | 10.1 | - |
| YUV | 163.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 63 | 0 | 0.26 | 0.71 | 0.16 | 37.75 | 0.65 | 0.54 |
| Hex | D6 | 9E | 3F | 0 | 1A | 47 | 10 | 26 | 41 | 36 |
| Octal | 326 | 236 | 77 | 0 | 32 | 107 | 20 | 46 | 101 | 66 |
| Binary | 11010110 | 10011110 | 111111 | 0 | 11010 | 1000111 | 10000 | 100110 | 1000001 | 110110 |
Color Harmonies of #D69E3F
Complementary color
Monochromatic Colors of #D69E3F
Black with #D69E3F
Text Example
Text Example
White with #D69E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69E3F; }
p { color: rgb(214,158,63); }
H1.HeaderClassName
{
color: #D69E3F;
}
.AnyTagClassName
{
color: #D69E3F;
}
</style>
background-color css
<style>
a { background-color: #D69E3F; }
a { background-color: rgb(214,158,63); }
div.DivClassName
{
background-color: #D69E3F;
}
.BgClassName
{
background-color: #D69E3F;
}
</style>
border-color css
<style>
span { border-color: #D69E3F; }
span { border-color: rgb(214,158,63); }
td.TdClassName
{
border-color: #D69E3F;
}
.TagClassName
{
border-color: #D69E3F;
}
</style>