Shades of Tulip Tree #DAA542
Tints of Tulip Tree #DAA542
RGB
CMYK
RGB Variations
Color information
#DAA542 (or 0xDAA542) is known color: Tulip Tree. HEX triplet: DA, A5 and 42. RGB value is (218,165,66). Sum of RGB (Red+Green+Blue) = 218+165+66=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA542 is #255ABD. Grayscale: #AAAAAA. Windows color (decimal): -2448062 or 4367834. OLE color: 4367834.
HSL color Cylindrical-coordinate representation of color #DAA542: hue angle of 39.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAA542 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 66 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.15 |
| HSL | 39.08º | 0.67% | 0.56% | - |
| HSV(B) | 39.08º | 0.7% | 0.85% | - |
| XYZ | 43.35 | 42.21 | 11.02 | - |
| YUV | 169.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 66 | 0 | 0.24 | 0.70 | 0.15 | 39.08 | 0.67 | 0.56 |
| Hex | DA | A5 | 42 | 0 | 18 | 46 | F | 27 | 43 | 38 |
| Octal | 332 | 245 | 102 | 0 | 30 | 106 | 17 | 47 | 103 | 70 |
| Binary | 11011010 | 10100101 | 1000010 | 0 | 11000 | 1000110 | 1111 | 100111 | 1000011 | 111000 |
Color Harmonies of #DAA542
Complementary color
Monochromatic Colors of #DAA542
Black with #DAA542
Text Example
Text Example
White with #DAA542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA542; }
p { color: rgb(218,165,66); }
H1.HeaderClassName
{
color: #DAA542;
}
.AnyTagClassName
{
color: #DAA542;
}
</style>
background-color css
<style>
a { background-color: #DAA542; }
a { background-color: rgb(218,165,66); }
div.DivClassName
{
background-color: #DAA542;
}
.BgClassName
{
background-color: #DAA542;
}
</style>
border-color css
<style>
span { border-color: #DAA542; }
span { border-color: rgb(218,165,66); }
td.TdClassName
{
border-color: #DAA542;
}
.TagClassName
{
border-color: #DAA542;
}
</style>