Shades of Tulip Tree #DBB144
Tints of Tulip Tree #DBB144
RGB
CMYK
RGB Variations
Color information
#DBB144 (or 0xDBB144) is known color: Tulip Tree. HEX triplet: DB, B1 and 44. RGB value is (219,177,68). Sum of RGB (Red+Green+Blue) = 219+177+68=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB144 is #244EBB. Grayscale: #B1B1B1. Windows color (decimal): -2379452 or 4501979. OLE color: 4501979.
HSL color Cylindrical-coordinate representation of color #DBB144: hue angle of 43.31º 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 #DBB144 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 68 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.14 |
| HSL | 43.31º | 0.68% | 0.56% | - |
| HSV(B) | 43.31º | 0.69% | 0.86% | - |
| XYZ | 45.98 | 46.92 | 12.1 | - |
| YUV | 177.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 68 | 0 | 0.19 | 0.69 | 0.14 | 43.31 | 0.68 | 0.56 |
| Hex | DB | B1 | 44 | 0 | 13 | 45 | E | 2B | 44 | 38 |
| Octal | 333 | 261 | 104 | 0 | 23 | 105 | 16 | 53 | 104 | 70 |
| Binary | 11011011 | 10110001 | 1000100 | 0 | 10011 | 1000101 | 1110 | 101011 | 1000100 | 111000 |
Color Harmonies of #DBB144
Complementary color
Monochromatic Colors of #DBB144
Black with #DBB144
Text Example
Text Example
White with #DBB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB144; }
p { color: rgb(219,177,68); }
H1.HeaderClassName
{
color: #DBB144;
}
.AnyTagClassName
{
color: #DBB144;
}
</style>
background-color css
<style>
a { background-color: #DBB144; }
a { background-color: rgb(219,177,68); }
div.DivClassName
{
background-color: #DBB144;
}
.BgClassName
{
background-color: #DBB144;
}
</style>
border-color css
<style>
span { border-color: #DBB144; }
span { border-color: rgb(219,177,68); }
td.TdClassName
{
border-color: #DBB144;
}
.TagClassName
{
border-color: #DBB144;
}
</style>