Shades of Fire Bush #D59A4A
Tints of Fire Bush #D59A4A
RGB
CMYK
RGB Variations
Color information
#D59A4A (or 0xD59A4A) is known color: Fire Bush. HEX triplet: D5, 9A and 4A. RGB value is (213,154,74). Sum of RGB (Red+Green+Blue) = 213+154+74=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A4A is #2A65B5. Grayscale: #A2A2A2. Windows color (decimal): -2778550 or 4889301. OLE color: 4889301.
HSL color Cylindrical-coordinate representation of color #D59A4A: hue angle of 34.53º 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 #D59A4A is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 74 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.16 |
| HSL | 34.53º | 0.62% | 0.56% | - |
| HSV(B) | 34.53º | 0.65% | 0.84% | - |
| XYZ | 40.23 | 37.75 | 11.64 | - |
| YUV | 162.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 74 | 0 | 0.28 | 0.65 | 0.16 | 34.53 | 0.62 | 0.56 |
| Hex | D5 | 9A | 4A | 0 | 1C | 41 | 10 | 23 | 3E | 38 |
| Octal | 325 | 232 | 112 | 0 | 34 | 101 | 20 | 43 | 76 | 70 |
| Binary | 11010101 | 10011010 | 1001010 | 0 | 11100 | 1000001 | 10000 | 100011 | 111110 | 111000 |
Color Harmonies of #D59A4A
Complementary color
Monochromatic Colors of #D59A4A
Black with #D59A4A
Text Example
Text Example
White with #D59A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A4A; }
p { color: rgb(213,154,74); }
H1.HeaderClassName
{
color: #D59A4A;
}
.AnyTagClassName
{
color: #D59A4A;
}
</style>
background-color css
<style>
a { background-color: #D59A4A; }
a { background-color: rgb(213,154,74); }
div.DivClassName
{
background-color: #D59A4A;
}
.BgClassName
{
background-color: #D59A4A;
}
</style>
border-color css
<style>
span { border-color: #D59A4A; }
span { border-color: rgb(213,154,74); }
td.TdClassName
{
border-color: #D59A4A;
}
.TagClassName
{
border-color: #D59A4A;
}
</style>