Shades of Tulip Tree #DBAE3C
Tints of Tulip Tree #DBAE3C
RGB
CMYK
RGB Variations
Color information
#DBAE3C (or 0xDBAE3C) is known color: Tulip Tree. HEX triplet: DB, AE and 3C. RGB value is (219,174,60). Sum of RGB (Red+Green+Blue) = 219+174+60=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE3C is #2451C3. Grayscale: #AEAEAE. Windows color (decimal): -2380228 or 3976923. OLE color: 3976923.
HSL color Cylindrical-coordinate representation of color #DBAE3C: hue angle of 43.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBAE3C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 60 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.14 |
| HSL | 43.02º | 0.69% | 0.55% | - |
| HSV(B) | 43.02º | 0.73% | 0.86% | - |
| XYZ | 45.17 | 45.66 | 10.71 | - |
| YUV | 174.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 60 | 0 | 0.21 | 0.73 | 0.14 | 43.02 | 0.69 | 0.55 |
| Hex | DB | AE | 3C | 0 | 15 | 49 | E | 2B | 45 | 37 |
| Octal | 333 | 256 | 74 | 0 | 25 | 111 | 16 | 53 | 105 | 67 |
| Binary | 11011011 | 10101110 | 111100 | 0 | 10101 | 1001001 | 1110 | 101011 | 1000101 | 110111 |
Color Harmonies of #DBAE3C
Complementary color
Monochromatic Colors of #DBAE3C
Black with #DBAE3C
Text Example
Text Example
White with #DBAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE3C; }
p { color: rgb(219,174,60); }
H1.HeaderClassName
{
color: #DBAE3C;
}
.AnyTagClassName
{
color: #DBAE3C;
}
</style>
background-color css
<style>
a { background-color: #DBAE3C; }
a { background-color: rgb(219,174,60); }
div.DivClassName
{
background-color: #DBAE3C;
}
.BgClassName
{
background-color: #DBAE3C;
}
</style>
border-color css
<style>
span { border-color: #DBAE3C; }
span { border-color: rgb(219,174,60); }
td.TdClassName
{
border-color: #DBAE3C;
}
.TagClassName
{
border-color: #DBAE3C;
}
</style>