Shades of Fire Bush #D9933E
Tints of Fire Bush #D9933E
RGB
CMYK
RGB Variations
Color information
#D9933E (or 0xD9933E) is known color: Fire Bush. HEX triplet: D9, 93 and 3E. RGB value is (217,147,62). Sum of RGB (Red+Green+Blue) = 217+147+62=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9933E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9933E is #266CC1. Grayscale: #9E9E9E. Windows color (decimal): -2518210 or 4101081. OLE color: 4101081.
HSL color Cylindrical-coordinate representation of color #D9933E: hue angle of 32.9º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9933E is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 62 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.15 |
| HSL | 32.9º | 0.67% | 0.55% | - |
| HSV(B) | 32.9º | 0.71% | 0.85% | - |
| XYZ | 39.92 | 35.97 | 9.4 | - |
| YUV | 158.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 62 | 0 | 0.32 | 0.71 | 0.15 | 32.9 | 0.67 | 0.55 |
| Hex | D9 | 93 | 3E | 0 | 20 | 47 | F | 21 | 43 | 37 |
| Octal | 331 | 223 | 76 | 0 | 40 | 107 | 17 | 41 | 103 | 67 |
| Binary | 11011001 | 10010011 | 111110 | 0 | 100000 | 1000111 | 1111 | 100001 | 1000011 | 110111 |
Color Harmonies of #D9933E
Complementary color
Monochromatic Colors of #D9933E
Black with #D9933E
Text Example
Text Example
White with #D9933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9933E; }
p { color: rgb(217,147,62); }
H1.HeaderClassName
{
color: #D9933E;
}
.AnyTagClassName
{
color: #D9933E;
}
</style>
background-color css
<style>
a { background-color: #D9933E; }
a { background-color: rgb(217,147,62); }
div.DivClassName
{
background-color: #D9933E;
}
.BgClassName
{
background-color: #D9933E;
}
</style>
border-color css
<style>
span { border-color: #D9933E; }
span { border-color: rgb(217,147,62); }
td.TdClassName
{
border-color: #D9933E;
}
.TagClassName
{
border-color: #D9933E;
}
</style>