Shades of Fire Bush #DA923F
Tints of Fire Bush #DA923F
RGB
CMYK
RGB Variations
Color information
#DA923F (or 0xDA923F) is known color: Fire Bush. HEX triplet: DA, 92 and 3F. RGB value is (218,146,63). Sum of RGB (Red+Green+Blue) = 218+146+63=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA923F is #256DC0. Grayscale: #9E9E9E. Windows color (decimal): -2452929 or 4166362. OLE color: 4166362.
HSL color Cylindrical-coordinate representation of color #DA923F: hue angle of 32.13º degrees, saturation: 0.68, 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 #DA923F is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 63 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.15 |
| HSL | 32.13º | 0.68% | 0.55% | - |
| HSV(B) | 32.13º | 0.71% | 0.85% | - |
| XYZ | 40.09 | 35.82 | 9.5 | - |
| YUV | 158.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 63 | 0 | 0.33 | 0.71 | 0.15 | 32.13 | 0.68 | 0.55 |
| Hex | DA | 92 | 3F | 0 | 21 | 47 | F | 20 | 44 | 37 |
| Octal | 332 | 222 | 77 | 0 | 41 | 107 | 17 | 40 | 104 | 67 |
| Binary | 11011010 | 10010010 | 111111 | 0 | 100001 | 1000111 | 1111 | 100000 | 1000100 | 110111 |
Color Harmonies of #DA923F
Complementary color
Monochromatic Colors of #DA923F
Black with #DA923F
Text Example
Text Example
White with #DA923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA923F; }
p { color: rgb(218,146,63); }
H1.HeaderClassName
{
color: #DA923F;
}
.AnyTagClassName
{
color: #DA923F;
}
</style>
background-color css
<style>
a { background-color: #DA923F; }
a { background-color: rgb(218,146,63); }
div.DivClassName
{
background-color: #DA923F;
}
.BgClassName
{
background-color: #DA923F;
}
</style>
border-color css
<style>
span { border-color: #DA923F; }
span { border-color: rgb(218,146,63); }
td.TdClassName
{
border-color: #DA923F;
}
.TagClassName
{
border-color: #DA923F;
}
</style>