Shades of Tulip Tree #DBAE45
Tints of Tulip Tree #DBAE45
RGB
CMYK
RGB Variations
Color information
#DBAE45 (or 0xDBAE45) is known color: Tulip Tree. HEX triplet: DB, AE and 45. RGB value is (219,174,69). Sum of RGB (Red+Green+Blue) = 219+174+69=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE45 is #2451BA. Grayscale: #AFAFAF. Windows color (decimal): -2380219 or 4566747. OLE color: 4566747.
HSL color Cylindrical-coordinate representation of color #DBAE45: hue angle of 42º 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 #DBAE45 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 69 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.14 |
| HSL | 42º | 0.68% | 0.56% | - |
| HSV(B) | 42º | 0.68% | 0.86% | - |
| XYZ | 45.42 | 45.76 | 12.07 | - |
| YUV | 175.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 69 | 0 | 0.21 | 0.68 | 0.14 | 42 | 0.68 | 0.56 |
| Hex | DB | AE | 45 | 0 | 15 | 44 | E | 2A | 44 | 38 |
| Octal | 333 | 256 | 105 | 0 | 25 | 104 | 16 | 52 | 104 | 70 |
| Binary | 11011011 | 10101110 | 1000101 | 0 | 10101 | 1000100 | 1110 | 101010 | 1000100 | 111000 |
Color Harmonies of #DBAE45
Complementary color
Monochromatic Colors of #DBAE45
Black with #DBAE45
Text Example
Text Example
White with #DBAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE45; }
p { color: rgb(219,174,69); }
H1.HeaderClassName
{
color: #DBAE45;
}
.AnyTagClassName
{
color: #DBAE45;
}
</style>
background-color css
<style>
a { background-color: #DBAE45; }
a { background-color: rgb(219,174,69); }
div.DivClassName
{
background-color: #DBAE45;
}
.BgClassName
{
background-color: #DBAE45;
}
</style>
border-color css
<style>
span { border-color: #DBAE45; }
span { border-color: rgb(219,174,69); }
td.TdClassName
{
border-color: #DBAE45;
}
.TagClassName
{
border-color: #DBAE45;
}
</style>