Shades of Fire Bush #D59D4B
Tints of Fire Bush #D59D4B
RGB
CMYK
RGB Variations
Color information
#D59D4B (or 0xD59D4B) is known color: Fire Bush. HEX triplet: D5, 9D and 4B. RGB value is (213,157,75). Sum of RGB (Red+Green+Blue) = 213+157+75=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D4B is #2A62B4. Grayscale: #A4A4A4. Windows color (decimal): -2777781 or 4955605. OLE color: 4955605.
HSL color Cylindrical-coordinate representation of color #D59D4B: hue angle of 35.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D59D4B is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 75 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.16 |
| HSL | 35.65º | 0.62% | 0.56% | - |
| HSV(B) | 35.65º | 0.65% | 0.84% | - |
| XYZ | 40.77 | 38.77 | 11.99 | - |
| YUV | 164.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 75 | 0 | 0.26 | 0.65 | 0.16 | 35.65 | 0.62 | 0.56 |
| Hex | D5 | 9D | 4B | 0 | 1A | 41 | 10 | 24 | 3E | 38 |
| Octal | 325 | 235 | 113 | 0 | 32 | 101 | 20 | 44 | 76 | 70 |
| Binary | 11010101 | 10011101 | 1001011 | 0 | 11010 | 1000001 | 10000 | 100100 | 111110 | 111000 |
Color Harmonies of #D59D4B
Complementary color
Monochromatic Colors of #D59D4B
Black with #D59D4B
Text Example
Text Example
White with #D59D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D4B; }
p { color: rgb(213,157,75); }
H1.HeaderClassName
{
color: #D59D4B;
}
.AnyTagClassName
{
color: #D59D4B;
}
</style>
background-color css
<style>
a { background-color: #D59D4B; }
a { background-color: rgb(213,157,75); }
div.DivClassName
{
background-color: #D59D4B;
}
.BgClassName
{
background-color: #D59D4B;
}
</style>
border-color css
<style>
span { border-color: #D59D4B; }
span { border-color: rgb(213,157,75); }
td.TdClassName
{
border-color: #D59D4B;
}
.TagClassName
{
border-color: #D59D4B;
}
</style>