Shades of Tulip Tree #DAA13B
Tints of Tulip Tree #DAA13B
RGB
CMYK
RGB Variations
Color information
#DAA13B (or 0xDAA13B) is known color: Tulip Tree. HEX triplet: DA, A1 and 3B. RGB value is (218,161,59). Sum of RGB (Red+Green+Blue) = 218+161+59=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA13B is #255EC4. Grayscale: #A6A6A6. Windows color (decimal): -2449093 or 3908058. OLE color: 3908058.
HSL color Cylindrical-coordinate representation of color #DAA13B: hue angle of 38.49º 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 #DAA13B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 59 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.15 |
| HSL | 38.49º | 0.68% | 0.54% | - |
| HSV(B) | 38.49º | 0.73% | 0.85% | - |
| XYZ | 42.45 | 40.71 | 9.76 | - |
| YUV | 166.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 59 | 0 | 0.26 | 0.73 | 0.15 | 38.49 | 0.68 | 0.54 |
| Hex | DA | A1 | 3B | 0 | 1A | 49 | F | 26 | 44 | 36 |
| Octal | 332 | 241 | 73 | 0 | 32 | 111 | 17 | 46 | 104 | 66 |
| Binary | 11011010 | 10100001 | 111011 | 0 | 11010 | 1001001 | 1111 | 100110 | 1000100 | 110110 |
Color Harmonies of #DAA13B
Complementary color
Monochromatic Colors of #DAA13B
Black with #DAA13B
Text Example
Text Example
White with #DAA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA13B; }
p { color: rgb(218,161,59); }
H1.HeaderClassName
{
color: #DAA13B;
}
.AnyTagClassName
{
color: #DAA13B;
}
</style>
background-color css
<style>
a { background-color: #DAA13B; }
a { background-color: rgb(218,161,59); }
div.DivClassName
{
background-color: #DAA13B;
}
.BgClassName
{
background-color: #DAA13B;
}
</style>
border-color css
<style>
span { border-color: #DAA13B; }
span { border-color: rgb(218,161,59); }
td.TdClassName
{
border-color: #DAA13B;
}
.TagClassName
{
border-color: #DAA13B;
}
</style>