Shades of Fire Bush #DB9D3E
Tints of Fire Bush #DB9D3E
RGB
CMYK
RGB Variations
Color information
#DB9D3E (or 0xDB9D3E) is known color: Fire Bush. HEX triplet: DB, 9D and 3E. RGB value is (219,157,62). Sum of RGB (Red+Green+Blue) = 219+157+62=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D3E is #2462C1. Grayscale: #A5A5A5. Windows color (decimal): -2384578 or 4103643. OLE color: 4103643.
HSL color Cylindrical-coordinate representation of color #DB9D3E: hue angle of 36.31º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB9D3E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 157 | 62 | - |
CMYK | 0 | 0.28 | 0.72 | 0.14 |
HSL | 36.31º | 0.69% | 0.55% | - |
HSV(B) | 36.31º | 0.72% | 0.86% | - |
XYZ | 42.14 | 39.52 | 9.96 | - |
YUV | 164.71 | 70.04 | 166.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 157 | 62 | 0 | 0.28 | 0.72 | 0.14 | 36.31 | 0.69 | 0.55 |
Hex | DB | 9D | 3E | 0 | 1C | 48 | E | 24 | 45 | 37 |
Octal | 333 | 235 | 76 | 0 | 34 | 110 | 16 | 44 | 105 | 67 |
Binary | 11011011 | 10011101 | 111110 | 0 | 11100 | 1001000 | 1110 | 100100 | 1000101 | 110111 |
Color Harmonies of #DB9D3E
Complementary color
Monochromatic Colors of #DB9D3E
Black with #DB9D3E
Text Example
Text Example
White with #DB9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D3E; }
p { color: rgb(219,157,62); }
H1.HeaderClassName
{
color: #DB9D3E;
}
.AnyTagClassName
{
color: #DB9D3E;
}
</style>
background-color css
<style>
a { background-color: #DB9D3E; }
a { background-color: rgb(219,157,62); }
div.DivClassName
{
background-color: #DB9D3E;
}
.BgClassName
{
background-color: #DB9D3E;
}
</style>
border-color css
<style>
span { border-color: #DB9D3E; }
span { border-color: rgb(219,157,62); }
td.TdClassName
{
border-color: #DB9D3E;
}
.TagClassName
{
border-color: #DB9D3E;
}
</style>