Shades of Tulip Tree #DBB442
Tints of Tulip Tree #DBB442
RGB
CMYK
RGB Variations
Color information
#DBB442 (or 0xDBB442) is known color: Tulip Tree. HEX triplet: DB, B4 and 42. RGB value is (219,180,66). Sum of RGB (Red+Green+Blue) = 219+180+66=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB442 is #244BBD. Grayscale: #B3B3B3. Windows color (decimal): -2378686 or 4371675. OLE color: 4371675.
HSL color Cylindrical-coordinate representation of color #DBB442: hue angle of 44.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB442 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 66 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.14 |
| HSL | 44.71º | 0.68% | 0.56% | - |
| HSV(B) | 44.71º | 0.7% | 0.86% | - |
| XYZ | 46.52 | 48.1 | 11.99 | - |
| YUV | 178.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 66 | 0 | 0.18 | 0.70 | 0.14 | 44.71 | 0.68 | 0.56 |
| Hex | DB | B4 | 42 | 0 | 12 | 46 | E | 2D | 44 | 38 |
| Octal | 333 | 264 | 102 | 0 | 22 | 106 | 16 | 55 | 104 | 70 |
| Binary | 11011011 | 10110100 | 1000010 | 0 | 10010 | 1000110 | 1110 | 101101 | 1000100 | 111000 |
Color Harmonies of #DBB442
Complementary color
Monochromatic Colors of #DBB442
Black with #DBB442
Text Example
Text Example
White with #DBB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB442; }
p { color: rgb(219,180,66); }
H1.HeaderClassName
{
color: #DBB442;
}
.AnyTagClassName
{
color: #DBB442;
}
</style>
background-color css
<style>
a { background-color: #DBB442; }
a { background-color: rgb(219,180,66); }
div.DivClassName
{
background-color: #DBB442;
}
.BgClassName
{
background-color: #DBB442;
}
</style>
border-color css
<style>
span { border-color: #DBB442; }
span { border-color: rgb(219,180,66); }
td.TdClassName
{
border-color: #DBB442;
}
.TagClassName
{
border-color: #DBB442;
}
</style>