Shades of Tulip Tree #DBB245
Tints of Tulip Tree #DBB245
RGB
CMYK
RGB Variations
Color information
#DBB245 (or 0xDBB245) is known color: Tulip Tree. HEX triplet: DB, B2 and 45. RGB value is (219,178,69). Sum of RGB (Red+Green+Blue) = 219+178+69=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB245 is #244DBA. Grayscale: #B2B2B2. Windows color (decimal): -2379195 or 4567771. OLE color: 4567771.
HSL color Cylindrical-coordinate representation of color #DBB245: hue angle of 43.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBB245 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 69 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.14 |
| HSL | 43.6º | 0.68% | 0.56% | - |
| HSV(B) | 43.6º | 0.68% | 0.86% | - |
| XYZ | 46.21 | 47.33 | 12.33 | - |
| YUV | 177.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 69 | 0 | 0.19 | 0.68 | 0.14 | 43.6 | 0.68 | 0.56 |
| Hex | DB | B2 | 45 | 0 | 13 | 44 | E | 2C | 44 | 38 |
| Octal | 333 | 262 | 105 | 0 | 23 | 104 | 16 | 54 | 104 | 70 |
| Binary | 11011011 | 10110010 | 1000101 | 0 | 10011 | 1000100 | 1110 | 101100 | 1000100 | 111000 |
Color Harmonies of #DBB245
Complementary color
Monochromatic Colors of #DBB245
Black with #DBB245
Text Example
Text Example
White with #DBB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB245; }
p { color: rgb(219,178,69); }
H1.HeaderClassName
{
color: #DBB245;
}
.AnyTagClassName
{
color: #DBB245;
}
</style>
background-color css
<style>
a { background-color: #DBB245; }
a { background-color: rgb(219,178,69); }
div.DivClassName
{
background-color: #DBB245;
}
.BgClassName
{
background-color: #DBB245;
}
</style>
border-color css
<style>
span { border-color: #DBB245; }
span { border-color: rgb(219,178,69); }
td.TdClassName
{
border-color: #DBB245;
}
.TagClassName
{
border-color: #DBB245;
}
</style>