Shades of Tulip Tree #DBB544
Tints of Tulip Tree #DBB544
RGB
CMYK
RGB Variations
Color information
#DBB544 (or 0xDBB544) is known color: Tulip Tree. HEX triplet: DB, B5 and 44. RGB value is (219,181,68). Sum of RGB (Red+Green+Blue) = 219+181+68=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB544 is #244ABB. Grayscale: #B3B3B3. Windows color (decimal): -2378428 or 4503003. OLE color: 4503003.
HSL color Cylindrical-coordinate representation of color #DBB544: hue angle of 44.9º 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 #DBB544 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 68 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.14 |
| HSL | 44.9º | 0.68% | 0.56% | - |
| HSV(B) | 44.9º | 0.69% | 0.86% | - |
| XYZ | 46.78 | 48.53 | 12.37 | - |
| YUV | 179.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 68 | 0 | 0.17 | 0.69 | 0.14 | 44.9 | 0.68 | 0.56 |
| Hex | DB | B5 | 44 | 0 | 11 | 45 | E | 2D | 44 | 38 |
| Octal | 333 | 265 | 104 | 0 | 21 | 105 | 16 | 55 | 104 | 70 |
| Binary | 11011011 | 10110101 | 1000100 | 0 | 10001 | 1000101 | 1110 | 101101 | 1000100 | 111000 |
Color Harmonies of #DBB544
Complementary color
Monochromatic Colors of #DBB544
Black with #DBB544
Text Example
Text Example
White with #DBB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB544; }
p { color: rgb(219,181,68); }
H1.HeaderClassName
{
color: #DBB544;
}
.AnyTagClassName
{
color: #DBB544;
}
</style>
background-color css
<style>
a { background-color: #DBB544; }
a { background-color: rgb(219,181,68); }
div.DivClassName
{
background-color: #DBB544;
}
.BgClassName
{
background-color: #DBB544;
}
</style>
border-color css
<style>
span { border-color: #DBB544; }
span { border-color: rgb(219,181,68); }
td.TdClassName
{
border-color: #DBB544;
}
.TagClassName
{
border-color: #DBB544;
}
</style>