Shades of Tulip Tree #DBB345
Tints of Tulip Tree #DBB345
RGB
CMYK
RGB Variations
Color information
#DBB345 (or 0xDBB345) is known color: Tulip Tree. HEX triplet: DB, B3 and 45. RGB value is (219,179,69). Sum of RGB (Red+Green+Blue) = 219+179+69=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB345 is #244CBA. Grayscale: #B2B2B2. Windows color (decimal): -2378939 or 4568027. OLE color: 4568027.
HSL color Cylindrical-coordinate representation of color #DBB345: hue angle of 44º 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 #DBB345 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 69 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.14 |
| HSL | 44º | 0.68% | 0.56% | - |
| HSV(B) | 44º | 0.68% | 0.86% | - |
| XYZ | 46.41 | 47.73 | 12.4 | - |
| YUV | 178.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 69 | 0 | 0.18 | 0.68 | 0.14 | 44 | 0.68 | 0.56 |
| Hex | DB | B3 | 45 | 0 | 12 | 44 | E | 2C | 44 | 38 |
| Octal | 333 | 263 | 105 | 0 | 22 | 104 | 16 | 54 | 104 | 70 |
| Binary | 11011011 | 10110011 | 1000101 | 0 | 10010 | 1000100 | 1110 | 101100 | 1000100 | 111000 |
Color Harmonies of #DBB345
Complementary color
Monochromatic Colors of #DBB345
Black with #DBB345
Text Example
Text Example
White with #DBB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB345; }
p { color: rgb(219,179,69); }
H1.HeaderClassName
{
color: #DBB345;
}
.AnyTagClassName
{
color: #DBB345;
}
</style>
background-color css
<style>
a { background-color: #DBB345; }
a { background-color: rgb(219,179,69); }
div.DivClassName
{
background-color: #DBB345;
}
.BgClassName
{
background-color: #DBB345;
}
</style>
border-color css
<style>
span { border-color: #DBB345; }
span { border-color: rgb(219,179,69); }
td.TdClassName
{
border-color: #DBB345;
}
.TagClassName
{
border-color: #DBB345;
}
</style>