Shades of Tulip Tree #DAAC40
Tints of Tulip Tree #DAAC40
RGB
CMYK
RGB Variations
Color information
#DAAC40 (or 0xDAAC40) is known color: Tulip Tree. HEX triplet: DA, AC and 40. RGB value is (218,172,64). Sum of RGB (Red+Green+Blue) = 218+172+64=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC40 is #2553BF. Grayscale: #ADADAD. Windows color (decimal): -2446272 or 4238554. OLE color: 4238554.
HSL color Cylindrical-coordinate representation of color #DAAC40: hue angle of 42.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAAC40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.15 |
| HSL | 42.08º | 0.68% | 0.55% | - |
| HSV(B) | 42.08º | 0.71% | 0.85% | - |
| XYZ | 44.59 | 44.78 | 11.14 | - |
| YUV | 173.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 64 | 0 | 0.21 | 0.71 | 0.15 | 42.08 | 0.68 | 0.55 |
| Hex | DA | AC | 40 | 0 | 15 | 47 | F | 2A | 44 | 37 |
| Octal | 332 | 254 | 100 | 0 | 25 | 107 | 17 | 52 | 104 | 67 |
| Binary | 11011010 | 10101100 | 1000000 | 0 | 10101 | 1000111 | 1111 | 101010 | 1000100 | 110111 |
Color Harmonies of #DAAC40
Complementary color
Monochromatic Colors of #DAAC40
Black with #DAAC40
Text Example
Text Example
White with #DAAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC40; }
p { color: rgb(218,172,64); }
H1.HeaderClassName
{
color: #DAAC40;
}
.AnyTagClassName
{
color: #DAAC40;
}
</style>
background-color css
<style>
a { background-color: #DAAC40; }
a { background-color: rgb(218,172,64); }
div.DivClassName
{
background-color: #DAAC40;
}
.BgClassName
{
background-color: #DAAC40;
}
</style>
border-color css
<style>
span { border-color: #DAAC40; }
span { border-color: rgb(218,172,64); }
td.TdClassName
{
border-color: #DAAC40;
}
.TagClassName
{
border-color: #DAAC40;
}
</style>