Shades of Tulip Tree #DAA53B
Tints of Tulip Tree #DAA53B
RGB
CMYK
RGB Variations
Color information
#DAA53B (or 0xDAA53B) is known color: Tulip Tree. HEX triplet: DA, A5 and 3B. RGB value is (218,165,59). Sum of RGB (Red+Green+Blue) = 218+165+59=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA53B is #255AC4. Grayscale: #A9A9A9. Windows color (decimal): -2448069 or 3909082. OLE color: 3909082.
HSL color Cylindrical-coordinate representation of color #DAA53B: hue angle of 40º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAA53B is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 59 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.15 |
| HSL | 40º | 0.68% | 0.54% | - |
| HSV(B) | 40º | 0.73% | 0.85% | - |
| XYZ | 43.16 | 42.13 | 10 | - |
| YUV | 168.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 59 | 0 | 0.24 | 0.73 | 0.15 | 40 | 0.68 | 0.54 |
| Hex | DA | A5 | 3B | 0 | 18 | 49 | F | 28 | 44 | 36 |
| Octal | 332 | 245 | 73 | 0 | 30 | 111 | 17 | 50 | 104 | 66 |
| Binary | 11011010 | 10100101 | 111011 | 0 | 11000 | 1001001 | 1111 | 101000 | 1000100 | 110110 |
Color Harmonies of #DAA53B
Complementary color
Monochromatic Colors of #DAA53B
Black with #DAA53B
Text Example
Text Example
White with #DAA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA53B; }
p { color: rgb(218,165,59); }
H1.HeaderClassName
{
color: #DAA53B;
}
.AnyTagClassName
{
color: #DAA53B;
}
</style>
background-color css
<style>
a { background-color: #DAA53B; }
a { background-color: rgb(218,165,59); }
div.DivClassName
{
background-color: #DAA53B;
}
.BgClassName
{
background-color: #DAA53B;
}
</style>
border-color css
<style>
span { border-color: #DAA53B; }
span { border-color: rgb(218,165,59); }
td.TdClassName
{
border-color: #DAA53B;
}
.TagClassName
{
border-color: #DAA53B;
}
</style>