Shades of Tulip Tree #DAAB3E
Tints of Tulip Tree #DAAB3E
RGB
CMYK
RGB Variations
Color information
#DAAB3E (or 0xDAAB3E) is known color: Tulip Tree. HEX triplet: DA, AB and 3E. RGB value is (218,171,62). Sum of RGB (Red+Green+Blue) = 218+171+62=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB3E is #2554C1. Grayscale: #ADADAD. Windows color (decimal): -2446530 or 4107226. OLE color: 4107226.
HSL color Cylindrical-coordinate representation of color #DAAB3E: hue angle of 41.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAAB3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.15 |
| HSL | 41.92º | 0.68% | 0.55% | - |
| HSV(B) | 41.92º | 0.72% | 0.85% | - |
| XYZ | 44.35 | 44.38 | 10.79 | - |
| YUV | 172.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 62 | 0 | 0.22 | 0.72 | 0.15 | 41.92 | 0.68 | 0.55 |
| Hex | DA | AB | 3E | 0 | 16 | 48 | F | 2A | 44 | 37 |
| Octal | 332 | 253 | 76 | 0 | 26 | 110 | 17 | 52 | 104 | 67 |
| Binary | 11011010 | 10101011 | 111110 | 0 | 10110 | 1001000 | 1111 | 101010 | 1000100 | 110111 |
Color Harmonies of #DAAB3E
Complementary color
Monochromatic Colors of #DAAB3E
Black with #DAAB3E
Text Example
Text Example
White with #DAAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB3E; }
p { color: rgb(218,171,62); }
H1.HeaderClassName
{
color: #DAAB3E;
}
.AnyTagClassName
{
color: #DAAB3E;
}
</style>
background-color css
<style>
a { background-color: #DAAB3E; }
a { background-color: rgb(218,171,62); }
div.DivClassName
{
background-color: #DAAB3E;
}
.BgClassName
{
background-color: #DAAB3E;
}
</style>
border-color css
<style>
span { border-color: #DAAB3E; }
span { border-color: rgb(218,171,62); }
td.TdClassName
{
border-color: #DAAB3E;
}
.TagClassName
{
border-color: #DAAB3E;
}
</style>