Shades of Fire Bush #D1954B
Tints of Fire Bush #D1954B
RGB
CMYK
RGB Variations
Color information
#D1954B (or 0xD1954B) is known color: Fire Bush. HEX triplet: D1, 95 and 4B. RGB value is (209,149,75). Sum of RGB (Red+Green+Blue) = 209+149+75=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1954B is #2E6AB4. Grayscale: #9E9E9E. Windows color (decimal): -3041973 or 4953553. OLE color: 4953553.
HSL color Cylindrical-coordinate representation of color #D1954B: hue angle of 33.13º 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 #D1954B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 75 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.18 |
| HSL | 33.13º | 0.59% | 0.56% | - |
| HSV(B) | 33.13º | 0.64% | 0.82% | - |
| XYZ | 38.31 | 35.56 | 11.5 | - |
| YUV | 158.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 75 | 0 | 0.29 | 0.64 | 0.18 | 33.13 | 0.59 | 0.56 |
| Hex | D1 | 95 | 4B | 0 | 1D | 40 | 12 | 21 | 3B | 38 |
| Octal | 321 | 225 | 113 | 0 | 35 | 100 | 22 | 41 | 73 | 70 |
| Binary | 11010001 | 10010101 | 1001011 | 0 | 11101 | 1000000 | 10010 | 100001 | 111011 | 111000 |
Color Harmonies of #D1954B
Complementary color
Monochromatic Colors of #D1954B
Black with #D1954B
Text Example
Text Example
White with #D1954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1954B; }
p { color: rgb(209,149,75); }
H1.HeaderClassName
{
color: #D1954B;
}
.AnyTagClassName
{
color: #D1954B;
}
</style>
background-color css
<style>
a { background-color: #D1954B; }
a { background-color: rgb(209,149,75); }
div.DivClassName
{
background-color: #D1954B;
}
.BgClassName
{
background-color: #D1954B;
}
</style>
border-color css
<style>
span { border-color: #D1954B; }
span { border-color: rgb(209,149,75); }
td.TdClassName
{
border-color: #D1954B;
}
.TagClassName
{
border-color: #D1954B;
}
</style>