Shades of Tulip Tree #DBB543
Tints of Tulip Tree #DBB543
RGB
CMYK
RGB Variations
Color information
#DBB543 (or 0xDBB543) is known color: Tulip Tree. HEX triplet: DB, B5 and 43. RGB value is (219,181,67). Sum of RGB (Red+Green+Blue) = 219+181+67=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB543 is #244ABC. Grayscale: #B3B3B3. Windows color (decimal): -2378429 or 4437467. OLE color: 4437467.
HSL color Cylindrical-coordinate representation of color #DBB543: hue angle of 45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBB543 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 67 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.14 |
| HSL | 45º | 0.68% | 0.56% | - |
| HSV(B) | 45º | 0.69% | 0.86% | - |
| XYZ | 46.75 | 48.51 | 12.21 | - |
| YUV | 179.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 67 | 0 | 0.17 | 0.69 | 0.14 | 45 | 0.68 | 0.56 |
| Hex | DB | B5 | 43 | 0 | 11 | 45 | E | 2D | 44 | 38 |
| Octal | 333 | 265 | 103 | 0 | 21 | 105 | 16 | 55 | 104 | 70 |
| Binary | 11011011 | 10110101 | 1000011 | 0 | 10001 | 1000101 | 1110 | 101101 | 1000100 | 111000 |
Color Harmonies of #DBB543
Complementary color
Monochromatic Colors of #DBB543
Black with #DBB543
Text Example
Text Example
White with #DBB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB543; }
p { color: rgb(219,181,67); }
H1.HeaderClassName
{
color: #DBB543;
}
.AnyTagClassName
{
color: #DBB543;
}
</style>
background-color css
<style>
a { background-color: #DBB543; }
a { background-color: rgb(219,181,67); }
div.DivClassName
{
background-color: #DBB543;
}
.BgClassName
{
background-color: #DBB543;
}
</style>
border-color css
<style>
span { border-color: #DBB543; }
span { border-color: rgb(219,181,67); }
td.TdClassName
{
border-color: #DBB543;
}
.TagClassName
{
border-color: #DBB543;
}
</style>