Shades of Tulip Tree #DAA240
Tints of Tulip Tree #DAA240
RGB
CMYK
RGB Variations
Color information
#DAA240 (or 0xDAA240) is known color: Tulip Tree. HEX triplet: DA, A2 and 40. RGB value is (218,162,64). Sum of RGB (Red+Green+Blue) = 218+162+64=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA240 is #255DBF. Grayscale: #A8A8A8. Windows color (decimal): -2448832 or 4235994. OLE color: 4235994.
HSL color Cylindrical-coordinate representation of color #DAA240: hue angle of 38.18º 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 #DAA240 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 64 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.15 |
| HSL | 38.18º | 0.68% | 0.55% | - |
| HSV(B) | 38.18º | 0.71% | 0.85% | - |
| XYZ | 42.76 | 41.12 | 10.53 | - |
| YUV | 167.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 64 | 0 | 0.26 | 0.71 | 0.15 | 38.18 | 0.68 | 0.55 |
| Hex | DA | A2 | 40 | 0 | 1A | 47 | F | 26 | 44 | 37 |
| Octal | 332 | 242 | 100 | 0 | 32 | 107 | 17 | 46 | 104 | 67 |
| Binary | 11011010 | 10100010 | 1000000 | 0 | 11010 | 1000111 | 1111 | 100110 | 1000100 | 110111 |
Color Harmonies of #DAA240
Complementary color
Monochromatic Colors of #DAA240
Black with #DAA240
Text Example
Text Example
White with #DAA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA240; }
p { color: rgb(218,162,64); }
H1.HeaderClassName
{
color: #DAA240;
}
.AnyTagClassName
{
color: #DAA240;
}
</style>
background-color css
<style>
a { background-color: #DAA240; }
a { background-color: rgb(218,162,64); }
div.DivClassName
{
background-color: #DAA240;
}
.BgClassName
{
background-color: #DAA240;
}
</style>
border-color css
<style>
span { border-color: #DAA240; }
span { border-color: rgb(218,162,64); }
td.TdClassName
{
border-color: #DAA240;
}
.TagClassName
{
border-color: #DAA240;
}
</style>