Shades of Fire Bush #D99A39
Tints of Fire Bush #D99A39
RGB
CMYK
RGB Variations
Color information
#D99A39 (or 0xD99A39) is known color: Fire Bush. HEX triplet: D9, 9A and 39. RGB value is (217,154,57). Sum of RGB (Red+Green+Blue) = 217+154+57=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A39 is #2665C6. Grayscale: #A2A2A2. Windows color (decimal): -2516423 or 3775193. OLE color: 3775193.
HSL color Cylindrical-coordinate representation of color #D99A39: hue angle of 36.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D99A39 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 57 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.15 |
| HSL | 36.38º | 0.68% | 0.54% | - |
| HSV(B) | 36.38º | 0.74% | 0.85% | - |
| XYZ | 40.91 | 38.16 | 9.08 | - |
| YUV | 161.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 57 | 0 | 0.29 | 0.74 | 0.15 | 36.38 | 0.68 | 0.54 |
| Hex | D9 | 9A | 39 | 0 | 1D | 4A | F | 24 | 44 | 36 |
| Octal | 331 | 232 | 71 | 0 | 35 | 112 | 17 | 44 | 104 | 66 |
| Binary | 11011001 | 10011010 | 111001 | 0 | 11101 | 1001010 | 1111 | 100100 | 1000100 | 110110 |
Color Harmonies of #D99A39
Complementary color
Monochromatic Colors of #D99A39
Black with #D99A39
Text Example
Text Example
White with #D99A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A39; }
p { color: rgb(217,154,57); }
H1.HeaderClassName
{
color: #D99A39;
}
.AnyTagClassName
{
color: #D99A39;
}
</style>
background-color css
<style>
a { background-color: #D99A39; }
a { background-color: rgb(217,154,57); }
div.DivClassName
{
background-color: #D99A39;
}
.BgClassName
{
background-color: #D99A39;
}
</style>
border-color css
<style>
span { border-color: #D99A39; }
span { border-color: rgb(217,154,57); }
td.TdClassName
{
border-color: #D99A39;
}
.TagClassName
{
border-color: #D99A39;
}
</style>