Shades of Tulip Tree #DAA036
Tints of Tulip Tree #DAA036
RGB
CMYK
RGB Variations
Color information
#DAA036 (or 0xDAA036) is known color: Tulip Tree. HEX triplet: DA, A0 and 36. RGB value is (218,160,54). Sum of RGB (Red+Green+Blue) = 218+160+54=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 54 (21.48% from 255 or 12.5% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA036 is #255FC9. Grayscale: #A5A5A5. Windows color (decimal): -2449354 or 3580122. OLE color: 3580122.
HSL color Cylindrical-coordinate representation of color #DAA036: hue angle of 38.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAA036 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 54 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.15 |
| HSL | 38.78º | 0.69% | 0.53% | - |
| HSV(B) | 38.78º | 0.75% | 0.85% | - |
| XYZ | 42.15 | 40.31 | 9.05 | - |
| YUV | 165.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 54 | 0 | 0.27 | 0.75 | 0.15 | 38.78 | 0.69 | 0.53 |
| Hex | DA | A0 | 36 | 0 | 1B | 4B | F | 27 | 45 | 35 |
| Octal | 332 | 240 | 66 | 0 | 33 | 113 | 17 | 47 | 105 | 65 |
| Binary | 11011010 | 10100000 | 110110 | 0 | 11011 | 1001011 | 1111 | 100111 | 1000101 | 110101 |
Color Harmonies of #DAA036
Complementary color
Monochromatic Colors of #DAA036
Black with #DAA036
Text Example
Text Example
White with #DAA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA036; }
p { color: rgb(218,160,54); }
H1.HeaderClassName
{
color: #DAA036;
}
.AnyTagClassName
{
color: #DAA036;
}
</style>
background-color css
<style>
a { background-color: #DAA036; }
a { background-color: rgb(218,160,54); }
div.DivClassName
{
background-color: #DAA036;
}
.BgClassName
{
background-color: #DAA036;
}
</style>
border-color css
<style>
span { border-color: #DAA036; }
span { border-color: rgb(218,160,54); }
td.TdClassName
{
border-color: #DAA036;
}
.TagClassName
{
border-color: #DAA036;
}
</style>