Shades of Fire Bush #D59B4C
Tints of Fire Bush #D59B4C
RGB
CMYK
RGB Variations
Color information
#D59B4C (or 0xD59B4C) is known color: Fire Bush. HEX triplet: D5, 9B and 4C. RGB value is (213,155,76). Sum of RGB (Red+Green+Blue) = 213+155+76=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B4C is #2A64B3. Grayscale: #A3A3A3. Windows color (decimal): -2778292 or 5020629. OLE color: 5020629.
HSL color Cylindrical-coordinate representation of color #D59B4C: hue angle of 34.6º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D59B4C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 76 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.16 |
| HSL | 34.6º | 0.62% | 0.57% | - |
| HSV(B) | 34.6º | 0.64% | 0.84% | - |
| XYZ | 40.47 | 38.11 | 12.06 | - |
| YUV | 163.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 76 | 0 | 0.27 | 0.64 | 0.16 | 34.6 | 0.62 | 0.57 |
| Hex | D5 | 9B | 4C | 0 | 1B | 40 | 10 | 23 | 3E | 39 |
| Octal | 325 | 233 | 114 | 0 | 33 | 100 | 20 | 43 | 76 | 71 |
| Binary | 11010101 | 10011011 | 1001100 | 0 | 11011 | 1000000 | 10000 | 100011 | 111110 | 111001 |
Color Harmonies of #D59B4C
Complementary color
Monochromatic Colors of #D59B4C
Black with #D59B4C
Text Example
Text Example
White with #D59B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B4C; }
p { color: rgb(213,155,76); }
H1.HeaderClassName
{
color: #D59B4C;
}
.AnyTagClassName
{
color: #D59B4C;
}
</style>
background-color css
<style>
a { background-color: #D59B4C; }
a { background-color: rgb(213,155,76); }
div.DivClassName
{
background-color: #D59B4C;
}
.BgClassName
{
background-color: #D59B4C;
}
</style>
border-color css
<style>
span { border-color: #D59B4C; }
span { border-color: rgb(213,155,76); }
td.TdClassName
{
border-color: #D59B4C;
}
.TagClassName
{
border-color: #D59B4C;
}
</style>