Shades of Tulip Tree #DAAD40
Tints of Tulip Tree #DAAD40
RGB
CMYK
RGB Variations
Color information
#DAAD40 (or 0xDAAD40) is known color: Tulip Tree. HEX triplet: DA, AD and 40. RGB value is (218,173,64). Sum of RGB (Red+Green+Blue) = 218+173+64=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD40 is #2552BF. Grayscale: #AEAEAE. Windows color (decimal): -2446016 or 4238810. OLE color: 4238810.
HSL color Cylindrical-coordinate representation of color #DAAD40: hue angle of 42.47º 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 #DAAD40 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 64 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.15 |
| HSL | 42.47º | 0.68% | 0.55% | - |
| HSV(B) | 42.47º | 0.71% | 0.85% | - |
| XYZ | 44.78 | 45.16 | 11.21 | - |
| YUV | 174.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 64 | 0 | 0.21 | 0.71 | 0.15 | 42.47 | 0.68 | 0.55 |
| Hex | DA | AD | 40 | 0 | 15 | 47 | F | 2A | 44 | 37 |
| Octal | 332 | 255 | 100 | 0 | 25 | 107 | 17 | 52 | 104 | 67 |
| Binary | 11011010 | 10101101 | 1000000 | 0 | 10101 | 1000111 | 1111 | 101010 | 1000100 | 110111 |
Color Harmonies of #DAAD40
Complementary color
Monochromatic Colors of #DAAD40
Black with #DAAD40
Text Example
Text Example
White with #DAAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD40; }
p { color: rgb(218,173,64); }
H1.HeaderClassName
{
color: #DAAD40;
}
.AnyTagClassName
{
color: #DAAD40;
}
</style>
background-color css
<style>
a { background-color: #DAAD40; }
a { background-color: rgb(218,173,64); }
div.DivClassName
{
background-color: #DAAD40;
}
.BgClassName
{
background-color: #DAAD40;
}
</style>
border-color css
<style>
span { border-color: #DAAD40; }
span { border-color: rgb(218,173,64); }
td.TdClassName
{
border-color: #DAAD40;
}
.TagClassName
{
border-color: #DAAD40;
}
</style>