Shades of Fire Bush #D3954B
Tints of Fire Bush #D3954B
RGB
CMYK
RGB Variations
Color information
#D3954B (or 0xD3954B) is known color: Fire Bush. HEX triplet: D3, 95 and 4B. RGB value is (211,149,75). Sum of RGB (Red+Green+Blue) = 211+149+75=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D3954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3954B is #2C6AB4. Grayscale: #9F9F9F. Windows color (decimal): -2910901 or 4953555. OLE color: 4953555.
HSL color Cylindrical-coordinate representation of color #D3954B: hue angle of 32.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3954B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 75 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.17 |
| HSL | 32.65º | 0.61% | 0.56% | - |
| HSV(B) | 32.65º | 0.64% | 0.83% | - |
| XYZ | 38.88 | 35.85 | 11.53 | - |
| YUV | 159.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 75 | 0 | 0.29 | 0.64 | 0.17 | 32.65 | 0.61 | 0.56 |
| Hex | D3 | 95 | 4B | 0 | 1D | 40 | 11 | 21 | 3D | 38 |
| Octal | 323 | 225 | 113 | 0 | 35 | 100 | 21 | 41 | 75 | 70 |
| Binary | 11010011 | 10010101 | 1001011 | 0 | 11101 | 1000000 | 10001 | 100001 | 111101 | 111000 |
Color Harmonies of #D3954B
Complementary color
Monochromatic Colors of #D3954B
Black with #D3954B
Text Example
Text Example
White with #D3954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3954B; }
p { color: rgb(211,149,75); }
H1.HeaderClassName
{
color: #D3954B;
}
.AnyTagClassName
{
color: #D3954B;
}
</style>
background-color css
<style>
a { background-color: #D3954B; }
a { background-color: rgb(211,149,75); }
div.DivClassName
{
background-color: #D3954B;
}
.BgClassName
{
background-color: #D3954B;
}
</style>
border-color css
<style>
span { border-color: #D3954B; }
span { border-color: rgb(211,149,75); }
td.TdClassName
{
border-color: #D3954B;
}
.TagClassName
{
border-color: #D3954B;
}
</style>