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