Shades of Tulip Tree #DAA035
Tints of Tulip Tree #DAA035
RGB
CMYK
RGB Variations
Color information
#DAA035 (or 0xDAA035) is known color: Tulip Tree. HEX triplet: DA, A0 and 35. RGB value is (218,160,53). Sum of RGB (Red+Green+Blue) = 218+160+53=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA035 is #255FCA. Grayscale: #A5A5A5. Windows color (decimal): -2449355 or 3514586. OLE color: 3514586.
HSL color Cylindrical-coordinate representation of color #DAA035: hue angle of 38.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAA035 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 53 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.15 |
| HSL | 38.91º | 0.69% | 0.53% | - |
| HSV(B) | 38.91º | 0.76% | 0.85% | - |
| XYZ | 42.13 | 40.3 | 8.93 | - |
| YUV | 165.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 53 | 0 | 0.27 | 0.76 | 0.15 | 38.91 | 0.69 | 0.53 |
| Hex | DA | A0 | 35 | 0 | 1B | 4C | F | 27 | 45 | 35 |
| Octal | 332 | 240 | 65 | 0 | 33 | 114 | 17 | 47 | 105 | 65 |
| Binary | 11011010 | 10100000 | 110101 | 0 | 11011 | 1001100 | 1111 | 100111 | 1000101 | 110101 |
Color Harmonies of #DAA035
Complementary color
Monochromatic Colors of #DAA035
Black with #DAA035
Text Example
Text Example
White with #DAA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA035; }
p { color: rgb(218,160,53); }
H1.HeaderClassName
{
color: #DAA035;
}
.AnyTagClassName
{
color: #DAA035;
}
</style>
background-color css
<style>
a { background-color: #DAA035; }
a { background-color: rgb(218,160,53); }
div.DivClassName
{
background-color: #DAA035;
}
.BgClassName
{
background-color: #DAA035;
}
</style>
border-color css
<style>
span { border-color: #DAA035; }
span { border-color: rgb(218,160,53); }
td.TdClassName
{
border-color: #DAA035;
}
.TagClassName
{
border-color: #DAA035;
}
</style>