Shades of Tulip Tree #DBB148
Tints of Tulip Tree #DBB148
RGB
CMYK
RGB Variations
Color information
#DBB148 (or 0xDBB148) is known color: Tulip Tree. HEX triplet: DB, B1 and 48. RGB value is (219,177,72). Sum of RGB (Red+Green+Blue) = 219+177+72=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB148 is #244EB7. Grayscale: #B2B2B2. Windows color (decimal): -2379448 or 4764123. OLE color: 4764123.
HSL color Cylindrical-coordinate representation of color #DBB148: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBB148 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 72 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.14 |
| HSL | 42.86º | 0.67% | 0.57% | - |
| HSV(B) | 42.86º | 0.67% | 0.86% | - |
| XYZ | 46.11 | 46.97 | 12.77 | - |
| YUV | 177.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 72 | 0 | 0.19 | 0.67 | 0.14 | 42.86 | 0.67 | 0.57 |
| Hex | DB | B1 | 48 | 0 | 13 | 43 | E | 2B | 43 | 39 |
| Octal | 333 | 261 | 110 | 0 | 23 | 103 | 16 | 53 | 103 | 71 |
| Binary | 11011011 | 10110001 | 1001000 | 0 | 10011 | 1000011 | 1110 | 101011 | 1000011 | 111001 |
Color Harmonies of #DBB148
Complementary color
Monochromatic Colors of #DBB148
Black with #DBB148
Text Example
Text Example
White with #DBB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB148; }
p { color: rgb(219,177,72); }
H1.HeaderClassName
{
color: #DBB148;
}
.AnyTagClassName
{
color: #DBB148;
}
</style>
background-color css
<style>
a { background-color: #DBB148; }
a { background-color: rgb(219,177,72); }
div.DivClassName
{
background-color: #DBB148;
}
.BgClassName
{
background-color: #DBB148;
}
</style>
border-color css
<style>
span { border-color: #DBB148; }
span { border-color: rgb(219,177,72); }
td.TdClassName
{
border-color: #DBB148;
}
.TagClassName
{
border-color: #DBB148;
}
</style>