Shades of Tulip Tree #DBB247
Tints of Tulip Tree #DBB247
RGB
CMYK
RGB Variations
Color information
#DBB247 (or 0xDBB247) is known color: Tulip Tree. HEX triplet: DB, B2 and 47. RGB value is (219,178,71). Sum of RGB (Red+Green+Blue) = 219+178+71=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB247 is #244DB8. Grayscale: #B2B2B2. Windows color (decimal): -2379193 or 4698843. OLE color: 4698843.
HSL color Cylindrical-coordinate representation of color #DBB247: hue angle of 43.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBB247 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 71 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.14 |
| HSL | 43.38º | 0.67% | 0.57% | - |
| HSV(B) | 43.38º | 0.68% | 0.86% | - |
| XYZ | 46.27 | 47.36 | 12.66 | - |
| YUV | 178.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 71 | 0 | 0.19 | 0.68 | 0.14 | 43.38 | 0.67 | 0.57 |
| Hex | DB | B2 | 47 | 0 | 13 | 44 | E | 2B | 43 | 39 |
| Octal | 333 | 262 | 107 | 0 | 23 | 104 | 16 | 53 | 103 | 71 |
| Binary | 11011011 | 10110010 | 1000111 | 0 | 10011 | 1000100 | 1110 | 101011 | 1000011 | 111001 |
Color Harmonies of #DBB247
Complementary color
Monochromatic Colors of #DBB247
Black with #DBB247
Text Example
Text Example
White with #DBB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB247; }
p { color: rgb(219,178,71); }
H1.HeaderClassName
{
color: #DBB247;
}
.AnyTagClassName
{
color: #DBB247;
}
</style>
background-color css
<style>
a { background-color: #DBB247; }
a { background-color: rgb(219,178,71); }
div.DivClassName
{
background-color: #DBB247;
}
.BgClassName
{
background-color: #DBB247;
}
</style>
border-color css
<style>
span { border-color: #DBB247; }
span { border-color: rgb(219,178,71); }
td.TdClassName
{
border-color: #DBB247;
}
.TagClassName
{
border-color: #DBB247;
}
</style>