Shades of Tulip Tree #DBA447
Tints of Tulip Tree #DBA447
RGB
CMYK
RGB Variations
Color information
#DBA447 (or 0xDBA447) is known color: Tulip Tree. HEX triplet: DB, A4 and 47. RGB value is (219,164,71). Sum of RGB (Red+Green+Blue) = 219+164+71=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA447 is #245BB8. Grayscale: #AAAAAA. Windows color (decimal): -2382777 or 4695259. OLE color: 4695259.
HSL color Cylindrical-coordinate representation of color #DBA447: hue angle of 37.7º 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 #DBA447 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 71 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.14 |
| HSL | 37.7º | 0.67% | 0.57% | - |
| HSV(B) | 37.7º | 0.68% | 0.86% | - |
| XYZ | 43.63 | 42.07 | 11.78 | - |
| YUV | 169.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 71 | 0 | 0.25 | 0.68 | 0.14 | 37.7 | 0.67 | 0.57 |
| Hex | DB | A4 | 47 | 0 | 19 | 44 | E | 26 | 43 | 39 |
| Octal | 333 | 244 | 107 | 0 | 31 | 104 | 16 | 46 | 103 | 71 |
| Binary | 11011011 | 10100100 | 1000111 | 0 | 11001 | 1000100 | 1110 | 100110 | 1000011 | 111001 |
Color Harmonies of #DBA447
Complementary color
Monochromatic Colors of #DBA447
Black with #DBA447
Text Example
Text Example
White with #DBA447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA447; }
p { color: rgb(219,164,71); }
H1.HeaderClassName
{
color: #DBA447;
}
.AnyTagClassName
{
color: #DBA447;
}
</style>
background-color css
<style>
a { background-color: #DBA447; }
a { background-color: rgb(219,164,71); }
div.DivClassName
{
background-color: #DBA447;
}
.BgClassName
{
background-color: #DBA447;
}
</style>
border-color css
<style>
span { border-color: #DBA447; }
span { border-color: rgb(219,164,71); }
td.TdClassName
{
border-color: #DBA447;
}
.TagClassName
{
border-color: #DBA447;
}
</style>