Shades of Fire Bush #D1964C
Tints of Fire Bush #D1964C
RGB
CMYK
RGB Variations
Color information
#D1964C (or 0xD1964C) is known color: Fire Bush. HEX triplet: D1, 96 and 4C. RGB value is (209,150,76). Sum of RGB (Red+Green+Blue) = 209+150+76=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1964C is #2E69B3. Grayscale: #9F9F9F. Windows color (decimal): -3041716 or 5019345. OLE color: 5019345.
HSL color Cylindrical-coordinate representation of color #D1964C: hue angle of 33.38º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1964C is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 76 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.18 |
| HSL | 33.38º | 0.59% | 0.56% | - |
| HSV(B) | 33.38º | 0.64% | 0.82% | - |
| XYZ | 38.51 | 35.89 | 11.74 | - |
| YUV | 159.21 | 81.05 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 76 | 0 | 0.28 | 0.64 | 0.18 | 33.38 | 0.59 | 0.56 |
| Hex | D1 | 96 | 4C | 0 | 1C | 40 | 12 | 21 | 3B | 38 |
| Octal | 321 | 226 | 114 | 0 | 34 | 100 | 22 | 41 | 73 | 70 |
| Binary | 11010001 | 10010110 | 1001100 | 0 | 11100 | 1000000 | 10010 | 100001 | 111011 | 111000 |
Color Harmonies of #D1964C
Complementary color
Monochromatic Colors of #D1964C
Black with #D1964C
Text Example
Text Example
White with #D1964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1964C; }
p { color: rgb(209,150,76); }
H1.HeaderClassName
{
color: #D1964C;
}
.AnyTagClassName
{
color: #D1964C;
}
</style>
background-color css
<style>
a { background-color: #D1964C; }
a { background-color: rgb(209,150,76); }
div.DivClassName
{
background-color: #D1964C;
}
.BgClassName
{
background-color: #D1964C;
}
</style>
border-color css
<style>
span { border-color: #D1964C; }
span { border-color: rgb(209,150,76); }
td.TdClassName
{
border-color: #D1964C;
}
.TagClassName
{
border-color: #D1964C;
}
</style>