Shades of Fire Bush #D69D3F
Tints of Fire Bush #D69D3F
RGB
CMYK
RGB Variations
Color information
#D69D3F (or 0xD69D3F) is known color: Fire Bush. HEX triplet: D6, 9D and 3F. RGB value is (214,157,63). Sum of RGB (Red+Green+Blue) = 214+157+63=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D3F is #2962C0. Grayscale: #A3A3A3. Windows color (decimal): -2712257 or 4169174. OLE color: 4169174.
HSL color Cylindrical-coordinate representation of color #D69D3F: hue angle of 37.35º 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 #D69D3F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 63 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.16 |
| HSL | 37.35º | 0.65% | 0.54% | - |
| HSV(B) | 37.35º | 0.71% | 0.84% | - |
| XYZ | 40.69 | 38.77 | 10.04 | - |
| YUV | 163.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 63 | 0 | 0.27 | 0.71 | 0.16 | 37.35 | 0.65 | 0.54 |
| Hex | D6 | 9D | 3F | 0 | 1B | 47 | 10 | 25 | 41 | 36 |
| Octal | 326 | 235 | 77 | 0 | 33 | 107 | 20 | 45 | 101 | 66 |
| Binary | 11010110 | 10011101 | 111111 | 0 | 11011 | 1000111 | 10000 | 100101 | 1000001 | 110110 |
Color Harmonies of #D69D3F
Complementary color
Monochromatic Colors of #D69D3F
Black with #D69D3F
Text Example
Text Example
White with #D69D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D3F; }
p { color: rgb(214,157,63); }
H1.HeaderClassName
{
color: #D69D3F;
}
.AnyTagClassName
{
color: #D69D3F;
}
</style>
background-color css
<style>
a { background-color: #D69D3F; }
a { background-color: rgb(214,157,63); }
div.DivClassName
{
background-color: #D69D3F;
}
.BgClassName
{
background-color: #D69D3F;
}
</style>
border-color css
<style>
span { border-color: #D69D3F; }
span { border-color: rgb(214,157,63); }
td.TdClassName
{
border-color: #D69D3F;
}
.TagClassName
{
border-color: #D69D3F;
}
</style>