Shades of Tulip Tree #DBB046
Tints of Tulip Tree #DBB046
RGB
CMYK
RGB Variations
Color information
#DBB046 (or 0xDBB046) is known color: Tulip Tree. HEX triplet: DB, B0 and 46. RGB value is (219,176,70). Sum of RGB (Red+Green+Blue) = 219+176+70=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB046 is #244FB9. Grayscale: #B1B1B1. Windows color (decimal): -2379706 or 4632795. OLE color: 4632795.
HSL color Cylindrical-coordinate representation of color #DBB046: hue angle of 42.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBB046 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 70 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.14 |
| HSL | 42.68º | 0.67% | 0.57% | - |
| HSV(B) | 42.68º | 0.68% | 0.86% | - |
| XYZ | 45.84 | 46.55 | 12.36 | - |
| YUV | 176.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 70 | 0 | 0.20 | 0.68 | 0.14 | 42.68 | 0.67 | 0.57 |
| Hex | DB | B0 | 46 | 0 | 14 | 44 | E | 2B | 43 | 39 |
| Octal | 333 | 260 | 106 | 0 | 24 | 104 | 16 | 53 | 103 | 71 |
| Binary | 11011011 | 10110000 | 1000110 | 0 | 10100 | 1000100 | 1110 | 101011 | 1000011 | 111001 |
Color Harmonies of #DBB046
Complementary color
Monochromatic Colors of #DBB046
Black with #DBB046
Text Example
Text Example
White with #DBB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB046; }
p { color: rgb(219,176,70); }
H1.HeaderClassName
{
color: #DBB046;
}
.AnyTagClassName
{
color: #DBB046;
}
</style>
background-color css
<style>
a { background-color: #DBB046; }
a { background-color: rgb(219,176,70); }
div.DivClassName
{
background-color: #DBB046;
}
.BgClassName
{
background-color: #DBB046;
}
</style>
border-color css
<style>
span { border-color: #DBB046; }
span { border-color: rgb(219,176,70); }
td.TdClassName
{
border-color: #DBB046;
}
.TagClassName
{
border-color: #DBB046;
}
</style>