Shades of Tulip Tree #DBAE3E
Tints of Tulip Tree #DBAE3E
RGB
CMYK
RGB Variations
Color information
#DBAE3E (or 0xDBAE3E) is known color: Tulip Tree. HEX triplet: DB, AE and 3E. RGB value is (219,174,62). Sum of RGB (Red+Green+Blue) = 219+174+62=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE3E is #2451C1. Grayscale: #AFAFAF. Windows color (decimal): -2380226 or 4107995. OLE color: 4107995.
HSL color Cylindrical-coordinate representation of color #DBAE3E: hue angle of 42.8º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBAE3E is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 62 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.14 |
| HSL | 42.8º | 0.69% | 0.55% | - |
| HSV(B) | 42.8º | 0.72% | 0.86% | - |
| XYZ | 45.22 | 45.68 | 10.99 | - |
| YUV | 174.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 62 | 0 | 0.21 | 0.72 | 0.14 | 42.8 | 0.69 | 0.55 |
| Hex | DB | AE | 3E | 0 | 15 | 48 | E | 2B | 45 | 37 |
| Octal | 333 | 256 | 76 | 0 | 25 | 110 | 16 | 53 | 105 | 67 |
| Binary | 11011011 | 10101110 | 111110 | 0 | 10101 | 1001000 | 1110 | 101011 | 1000101 | 110111 |
Color Harmonies of #DBAE3E
Complementary color
Monochromatic Colors of #DBAE3E
Black with #DBAE3E
Text Example
Text Example
White with #DBAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE3E; }
p { color: rgb(219,174,62); }
H1.HeaderClassName
{
color: #DBAE3E;
}
.AnyTagClassName
{
color: #DBAE3E;
}
</style>
background-color css
<style>
a { background-color: #DBAE3E; }
a { background-color: rgb(219,174,62); }
div.DivClassName
{
background-color: #DBAE3E;
}
.BgClassName
{
background-color: #DBAE3E;
}
</style>
border-color css
<style>
span { border-color: #DBAE3E; }
span { border-color: rgb(219,174,62); }
td.TdClassName
{
border-color: #DBAE3E;
}
.TagClassName
{
border-color: #DBAE3E;
}
</style>