Shades of Tulip Tree #DAAA44
Tints of Tulip Tree #DAAA44
RGB
CMYK
RGB Variations
Color information
#DAAA44 (or 0xDAAA44) is known color: Tulip Tree. HEX triplet: DA, AA and 44. RGB value is (218,170,68). Sum of RGB (Red+Green+Blue) = 218+170+68=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA44 is #2555BB. Grayscale: #ADADAD. Windows color (decimal): -2446780 or 4500186. OLE color: 4500186.
HSL color Cylindrical-coordinate representation of color #DAAA44: hue angle of 40.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAAA44 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 68 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.15 |
| HSL | 40.8º | 0.67% | 0.56% | - |
| HSV(B) | 40.8º | 0.69% | 0.85% | - |
| XYZ | 44.33 | 44.07 | 11.64 | - |
| YUV | 172.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 68 | 0 | 0.22 | 0.69 | 0.15 | 40.8 | 0.67 | 0.56 |
| Hex | DA | AA | 44 | 0 | 16 | 45 | F | 29 | 43 | 38 |
| Octal | 332 | 252 | 104 | 0 | 26 | 105 | 17 | 51 | 103 | 70 |
| Binary | 11011010 | 10101010 | 1000100 | 0 | 10110 | 1000101 | 1111 | 101001 | 1000011 | 111000 |
Color Harmonies of #DAAA44
Complementary color
Monochromatic Colors of #DAAA44
Black with #DAAA44
Text Example
Text Example
White with #DAAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA44; }
p { color: rgb(218,170,68); }
H1.HeaderClassName
{
color: #DAAA44;
}
.AnyTagClassName
{
color: #DAAA44;
}
</style>
background-color css
<style>
a { background-color: #DAAA44; }
a { background-color: rgb(218,170,68); }
div.DivClassName
{
background-color: #DAAA44;
}
.BgClassName
{
background-color: #DAAA44;
}
</style>
border-color css
<style>
span { border-color: #DAAA44; }
span { border-color: rgb(218,170,68); }
td.TdClassName
{
border-color: #DAAA44;
}
.TagClassName
{
border-color: #DAAA44;
}
</style>