Shades of Fire Bush #D59B4A
Tints of Fire Bush #D59B4A
RGB
CMYK
RGB Variations
Color information
#D59B4A (or 0xD59B4A) is known color: Fire Bush. HEX triplet: D5, 9B and 4A. RGB value is (213,155,74). Sum of RGB (Red+Green+Blue) = 213+155+74=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B4A is #2A64B5. Grayscale: #A3A3A3. Windows color (decimal): -2778294 or 4889557. OLE color: 4889557.
HSL color Cylindrical-coordinate representation of color #D59B4A: hue angle of 34.96º 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 #D59B4A is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 74 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.16 |
| HSL | 34.96º | 0.62% | 0.56% | - |
| HSV(B) | 34.96º | 0.65% | 0.84% | - |
| XYZ | 40.4 | 38.08 | 11.7 | - |
| YUV | 163.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 74 | 0 | 0.27 | 0.65 | 0.16 | 34.96 | 0.62 | 0.56 |
| Hex | D5 | 9B | 4A | 0 | 1B | 41 | 10 | 23 | 3E | 38 |
| Octal | 325 | 233 | 112 | 0 | 33 | 101 | 20 | 43 | 76 | 70 |
| Binary | 11010101 | 10011011 | 1001010 | 0 | 11011 | 1000001 | 10000 | 100011 | 111110 | 111000 |
Color Harmonies of #D59B4A
Complementary color
Monochromatic Colors of #D59B4A
Black with #D59B4A
Text Example
Text Example
White with #D59B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B4A; }
p { color: rgb(213,155,74); }
H1.HeaderClassName
{
color: #D59B4A;
}
.AnyTagClassName
{
color: #D59B4A;
}
</style>
background-color css
<style>
a { background-color: #D59B4A; }
a { background-color: rgb(213,155,74); }
div.DivClassName
{
background-color: #D59B4A;
}
.BgClassName
{
background-color: #D59B4A;
}
</style>
border-color css
<style>
span { border-color: #D59B4A; }
span { border-color: rgb(213,155,74); }
td.TdClassName
{
border-color: #D59B4A;
}
.TagClassName
{
border-color: #D59B4A;
}
</style>