Shades of Fire Bush #DB934A
Tints of Fire Bush #DB934A
RGB
CMYK
RGB Variations
Color information
#DB934A (or 0xDB934A) is known color: Fire Bush. HEX triplet: DB, 93 and 4A. RGB value is (219,147,74). Sum of RGB (Red+Green+Blue) = 219+147+74=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB934A is #246CB5. Grayscale: #A0A0A0. Windows color (decimal): -2387126 or 4887515. OLE color: 4887515.
HSL color Cylindrical-coordinate representation of color #DB934A: hue angle of 30.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB934A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 74 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.14 |
| HSL | 30.21º | 0.67% | 0.57% | - |
| HSV(B) | 30.21º | 0.66% | 0.86% | - |
| XYZ | 40.88 | 36.42 | 11.35 | - |
| YUV | 160.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 74 | 0 | 0.33 | 0.66 | 0.14 | 30.21 | 0.67 | 0.57 |
| Hex | DB | 93 | 4A | 0 | 21 | 42 | E | 1E | 43 | 39 |
| Octal | 333 | 223 | 112 | 0 | 41 | 102 | 16 | 36 | 103 | 71 |
| Binary | 11011011 | 10010011 | 1001010 | 0 | 100001 | 1000010 | 1110 | 11110 | 1000011 | 111001 |
Color Harmonies of #DB934A
Complementary color
Monochromatic Colors of #DB934A
Black with #DB934A
Text Example
Text Example
White with #DB934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB934A; }
p { color: rgb(219,147,74); }
H1.HeaderClassName
{
color: #DB934A;
}
.AnyTagClassName
{
color: #DB934A;
}
</style>
background-color css
<style>
a { background-color: #DB934A; }
a { background-color: rgb(219,147,74); }
div.DivClassName
{
background-color: #DB934A;
}
.BgClassName
{
background-color: #DB934A;
}
</style>
border-color css
<style>
span { border-color: #DB934A; }
span { border-color: rgb(219,147,74); }
td.TdClassName
{
border-color: #DB934A;
}
.TagClassName
{
border-color: #DB934A;
}
</style>