Shades of Tulip Tree #DAA947
Tints of Tulip Tree #DAA947
RGB
CMYK
RGB Variations
Color information
#DAA947 (or 0xDAA947) is known color: Tulip Tree. HEX triplet: DA, A9 and 47. RGB value is (218,169,71). Sum of RGB (Red+Green+Blue) = 218+169+71=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA947 is #2556B8. Grayscale: #ACACAC. Windows color (decimal): -2447033 or 4696538. OLE color: 4696538.
HSL color Cylindrical-coordinate representation of color #DAA947: hue angle of 40º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAA947 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 71 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.15 |
| HSL | 40º | 0.67% | 0.57% | - |
| HSV(B) | 40º | 0.67% | 0.85% | - |
| XYZ | 44.24 | 43.74 | 12.07 | - |
| YUV | 172.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 71 | 0 | 0.22 | 0.67 | 0.15 | 40 | 0.67 | 0.57 |
| Hex | DA | A9 | 47 | 0 | 16 | 43 | F | 28 | 43 | 39 |
| Octal | 332 | 251 | 107 | 0 | 26 | 103 | 17 | 50 | 103 | 71 |
| Binary | 11011010 | 10101001 | 1000111 | 0 | 10110 | 1000011 | 1111 | 101000 | 1000011 | 111001 |
Color Harmonies of #DAA947
Complementary color
Monochromatic Colors of #DAA947
Black with #DAA947
Text Example
Text Example
White with #DAA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA947; }
p { color: rgb(218,169,71); }
H1.HeaderClassName
{
color: #DAA947;
}
.AnyTagClassName
{
color: #DAA947;
}
</style>
background-color css
<style>
a { background-color: #DAA947; }
a { background-color: rgb(218,169,71); }
div.DivClassName
{
background-color: #DAA947;
}
.BgClassName
{
background-color: #DAA947;
}
</style>
border-color css
<style>
span { border-color: #DAA947; }
span { border-color: rgb(218,169,71); }
td.TdClassName
{
border-color: #DAA947;
}
.TagClassName
{
border-color: #DAA947;
}
</style>