Shades of Tulip Tree #DAA644
Tints of Tulip Tree #DAA644
RGB
CMYK
RGB Variations
Color information
#DAA644 (or 0xDAA644) is known color: Tulip Tree. HEX triplet: DA, A6 and 44. RGB value is (218,166,68). Sum of RGB (Red+Green+Blue) = 218+166+68=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA644 is #2559BB. Grayscale: #AAAAAA. Windows color (decimal): -2447804 or 4499162. OLE color: 4499162.
HSL color Cylindrical-coordinate representation of color #DAA644: hue angle of 39.2º 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 #DAA644 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 68 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.15 |
| HSL | 39.2º | 0.67% | 0.56% | - |
| HSV(B) | 39.2º | 0.69% | 0.85% | - |
| XYZ | 43.59 | 42.6 | 11.39 | - |
| YUV | 170.38 | 70.23 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 68 | 0 | 0.24 | 0.69 | 0.15 | 39.2 | 0.67 | 0.56 |
| Hex | DA | A6 | 44 | 0 | 18 | 45 | F | 27 | 43 | 38 |
| Octal | 332 | 246 | 104 | 0 | 30 | 105 | 17 | 47 | 103 | 70 |
| Binary | 11011010 | 10100110 | 1000100 | 0 | 11000 | 1000101 | 1111 | 100111 | 1000011 | 111000 |
Color Harmonies of #DAA644
Complementary color
Monochromatic Colors of #DAA644
Black with #DAA644
Text Example
Text Example
White with #DAA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA644; }
p { color: rgb(218,166,68); }
H1.HeaderClassName
{
color: #DAA644;
}
.AnyTagClassName
{
color: #DAA644;
}
</style>
background-color css
<style>
a { background-color: #DAA644; }
a { background-color: rgb(218,166,68); }
div.DivClassName
{
background-color: #DAA644;
}
.BgClassName
{
background-color: #DAA644;
}
</style>
border-color css
<style>
span { border-color: #DAA644; }
span { border-color: rgb(218,166,68); }
td.TdClassName
{
border-color: #DAA644;
}
.TagClassName
{
border-color: #DAA644;
}
</style>