Shades of Fire Bush #D5963E
Tints of Fire Bush #D5963E
RGB
CMYK
RGB Variations
Color information
#D5963E (or 0xD5963E) is known color: Fire Bush. HEX triplet: D5, 96 and 3E. RGB value is (213,150,62). Sum of RGB (Red+Green+Blue) = 213+150+62=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5963E is #2A69C1. Grayscale: #9F9F9F. Windows color (decimal): -2779586 or 4101845. OLE color: 4101845.
HSL color Cylindrical-coordinate representation of color #D5963E: hue angle of 34.97º degrees, saturation: 0.64, 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 #D5963E is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 62 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.16 |
| HSL | 34.97º | 0.64% | 0.54% | - |
| HSV(B) | 34.97º | 0.71% | 0.84% | - |
| XYZ | 39.22 | 36.31 | 9.5 | - |
| YUV | 158.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 62 | 0 | 0.30 | 0.71 | 0.16 | 34.97 | 0.64 | 0.54 |
| Hex | D5 | 96 | 3E | 0 | 1E | 47 | 10 | 23 | 40 | 36 |
| Octal | 325 | 226 | 76 | 0 | 36 | 107 | 20 | 43 | 100 | 66 |
| Binary | 11010101 | 10010110 | 111110 | 0 | 11110 | 1000111 | 10000 | 100011 | 1000000 | 110110 |
Color Harmonies of #D5963E
Complementary color
Monochromatic Colors of #D5963E
Black with #D5963E
Text Example
Text Example
White with #D5963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5963E; }
p { color: rgb(213,150,62); }
H1.HeaderClassName
{
color: #D5963E;
}
.AnyTagClassName
{
color: #D5963E;
}
</style>
background-color css
<style>
a { background-color: #D5963E; }
a { background-color: rgb(213,150,62); }
div.DivClassName
{
background-color: #D5963E;
}
.BgClassName
{
background-color: #D5963E;
}
</style>
border-color css
<style>
span { border-color: #D5963E; }
span { border-color: rgb(213,150,62); }
td.TdClassName
{
border-color: #D5963E;
}
.TagClassName
{
border-color: #D5963E;
}
</style>