Shades of Fire Bush #D9923D
Tints of Fire Bush #D9923D
RGB
CMYK
RGB Variations
Color information
#D9923D (or 0xD9923D) is known color: Fire Bush. HEX triplet: D9, 92 and 3D. RGB value is (217,146,61). Sum of RGB (Red+Green+Blue) = 217+146+61=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9923D is #266DC2. Grayscale: #9D9D9D. Windows color (decimal): -2518467 or 4035289. OLE color: 4035289.
HSL color Cylindrical-coordinate representation of color #D9923D: hue angle of 32.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9923D is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 61 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.15 |
| HSL | 32.69º | 0.67% | 0.55% | - |
| HSV(B) | 32.69º | 0.72% | 0.85% | - |
| XYZ | 39.74 | 35.65 | 9.2 | - |
| YUV | 157.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 61 | 0 | 0.33 | 0.72 | 0.15 | 32.69 | 0.67 | 0.55 |
| Hex | D9 | 92 | 3D | 0 | 21 | 48 | F | 21 | 43 | 37 |
| Octal | 331 | 222 | 75 | 0 | 41 | 110 | 17 | 41 | 103 | 67 |
| Binary | 11011001 | 10010010 | 111101 | 0 | 100001 | 1001000 | 1111 | 100001 | 1000011 | 110111 |
Color Harmonies of #D9923D
Complementary color
Monochromatic Colors of #D9923D
Black with #D9923D
Text Example
Text Example
White with #D9923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9923D; }
p { color: rgb(217,146,61); }
H1.HeaderClassName
{
color: #D9923D;
}
.AnyTagClassName
{
color: #D9923D;
}
</style>
background-color css
<style>
a { background-color: #D9923D; }
a { background-color: rgb(217,146,61); }
div.DivClassName
{
background-color: #D9923D;
}
.BgClassName
{
background-color: #D9923D;
}
</style>
border-color css
<style>
span { border-color: #D9923D; }
span { border-color: rgb(217,146,61); }
td.TdClassName
{
border-color: #D9923D;
}
.TagClassName
{
border-color: #D9923D;
}
</style>