Shades of Fire Bush #D69644
Tints of Fire Bush #D69644
RGB
CMYK
RGB Variations
Color information
#D69644 (or 0xD69644) is known color: Fire Bush. HEX triplet: D6, 96 and 44. RGB value is (214,150,68). Sum of RGB (Red+Green+Blue) = 214+150+68=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D69644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69644 is #2969BB. Grayscale: #A0A0A0. Windows color (decimal): -2714044 or 4495062. OLE color: 4495062.
HSL color Cylindrical-coordinate representation of color #D69644: hue angle of 33.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D69644 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 68 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.16 |
| HSL | 33.7º | 0.64% | 0.55% | - |
| HSV(B) | 33.7º | 0.68% | 0.84% | - |
| XYZ | 39.68 | 36.53 | 10.43 | - |
| YUV | 159.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 68 | 0 | 0.30 | 0.68 | 0.16 | 33.7 | 0.64 | 0.55 |
| Hex | D6 | 96 | 44 | 0 | 1E | 44 | 10 | 22 | 40 | 37 |
| Octal | 326 | 226 | 104 | 0 | 36 | 104 | 20 | 42 | 100 | 67 |
| Binary | 11010110 | 10010110 | 1000100 | 0 | 11110 | 1000100 | 10000 | 100010 | 1000000 | 110111 |
Color Harmonies of #D69644
Complementary color
Monochromatic Colors of #D69644
Black with #D69644
Text Example
Text Example
White with #D69644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69644; }
p { color: rgb(214,150,68); }
H1.HeaderClassName
{
color: #D69644;
}
.AnyTagClassName
{
color: #D69644;
}
</style>
background-color css
<style>
a { background-color: #D69644; }
a { background-color: rgb(214,150,68); }
div.DivClassName
{
background-color: #D69644;
}
.BgClassName
{
background-color: #D69644;
}
</style>
border-color css
<style>
span { border-color: #D69644; }
span { border-color: rgb(214,150,68); }
td.TdClassName
{
border-color: #D69644;
}
.TagClassName
{
border-color: #D69644;
}
</style>