Shades of Tulip Tree #DBB042
Tints of Tulip Tree #DBB042
RGB
CMYK
RGB Variations
Color information
#DBB042 (or 0xDBB042) is known color: Tulip Tree. HEX triplet: DB, B0 and 42. RGB value is (219,176,66). Sum of RGB (Red+Green+Blue) = 219+176+66=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB042 is #244FBD. Grayscale: #B0B0B0. Windows color (decimal): -2379710 or 4370651. OLE color: 4370651.
HSL color Cylindrical-coordinate representation of color #DBB042: hue angle of 43.14º 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 #DBB042 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 66 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.14 |
| HSL | 43.14º | 0.68% | 0.56% | - |
| HSV(B) | 43.14º | 0.7% | 0.86% | - |
| XYZ | 45.72 | 46.5 | 11.72 | - |
| YUV | 176.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 66 | 0 | 0.20 | 0.70 | 0.14 | 43.14 | 0.68 | 0.56 |
| Hex | DB | B0 | 42 | 0 | 14 | 46 | E | 2B | 44 | 38 |
| Octal | 333 | 260 | 102 | 0 | 24 | 106 | 16 | 53 | 104 | 70 |
| Binary | 11011011 | 10110000 | 1000010 | 0 | 10100 | 1000110 | 1110 | 101011 | 1000100 | 111000 |
Color Harmonies of #DBB042
Complementary color
Monochromatic Colors of #DBB042
Black with #DBB042
Text Example
Text Example
White with #DBB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB042; }
p { color: rgb(219,176,66); }
H1.HeaderClassName
{
color: #DBB042;
}
.AnyTagClassName
{
color: #DBB042;
}
</style>
background-color css
<style>
a { background-color: #DBB042; }
a { background-color: rgb(219,176,66); }
div.DivClassName
{
background-color: #DBB042;
}
.BgClassName
{
background-color: #DBB042;
}
</style>
border-color css
<style>
span { border-color: #DBB042; }
span { border-color: rgb(219,176,66); }
td.TdClassName
{
border-color: #DBB042;
}
.TagClassName
{
border-color: #DBB042;
}
</style>