Shades of Tulip Tree #DAA437
Tints of Tulip Tree #DAA437
RGB
CMYK
RGB Variations
Color information
#DAA437 (or 0xDAA437) is known color: Tulip Tree. HEX triplet: DA, A4 and 37. RGB value is (218,164,55). Sum of RGB (Red+Green+Blue) = 218+164+55=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA437 is #255BC8. Grayscale: #A8A8A8. Windows color (decimal): -2448329 or 3646682. OLE color: 3646682.
HSL color Cylindrical-coordinate representation of color #DAA437: hue angle of 40.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAA437 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 55 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.15 |
| HSL | 40.12º | 0.69% | 0.54% | - |
| HSV(B) | 40.12º | 0.75% | 0.85% | - |
| XYZ | 42.88 | 41.73 | 9.41 | - |
| YUV | 167.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 55 | 0 | 0.25 | 0.75 | 0.15 | 40.12 | 0.69 | 0.54 |
| Hex | DA | A4 | 37 | 0 | 19 | 4B | F | 28 | 45 | 36 |
| Octal | 332 | 244 | 67 | 0 | 31 | 113 | 17 | 50 | 105 | 66 |
| Binary | 11011010 | 10100100 | 110111 | 0 | 11001 | 1001011 | 1111 | 101000 | 1000101 | 110110 |
Color Harmonies of #DAA437
Complementary color
Monochromatic Colors of #DAA437
Black with #DAA437
Text Example
Text Example
White with #DAA437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA437; }
p { color: rgb(218,164,55); }
H1.HeaderClassName
{
color: #DAA437;
}
.AnyTagClassName
{
color: #DAA437;
}
</style>
background-color css
<style>
a { background-color: #DAA437; }
a { background-color: rgb(218,164,55); }
div.DivClassName
{
background-color: #DAA437;
}
.BgClassName
{
background-color: #DAA437;
}
</style>
border-color css
<style>
span { border-color: #DAA437; }
span { border-color: rgb(218,164,55); }
td.TdClassName
{
border-color: #DAA437;
}
.TagClassName
{
border-color: #DAA437;
}
</style>