Shades of Tulip Tree #DAA13A
Tints of Tulip Tree #DAA13A
RGB
CMYK
RGB Variations
Color information
#DAA13A (or 0xDAA13A) is known color: Tulip Tree. HEX triplet: DA, A1 and 3A. RGB value is (218,161,58). Sum of RGB (Red+Green+Blue) = 218+161+58=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA13A is #255EC5. Grayscale: #A6A6A6. Windows color (decimal): -2449094 or 3842522. OLE color: 3842522.
HSL color Cylindrical-coordinate representation of color #DAA13A: hue angle of 38.62º 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 #DAA13A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 58 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.15 |
| HSL | 38.63º | 0.68% | 0.54% | - |
| HSV(B) | 38.63º | 0.73% | 0.85% | - |
| XYZ | 42.42 | 40.7 | 9.62 | - |
| YUV | 166.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 58 | 0 | 0.26 | 0.73 | 0.15 | 38.63 | 0.68 | 0.54 |
| Hex | DA | A1 | 3A | 0 | 1A | 49 | F | 27 | 44 | 36 |
| Octal | 332 | 241 | 72 | 0 | 32 | 111 | 17 | 47 | 104 | 66 |
| Binary | 11011010 | 10100001 | 111010 | 0 | 11010 | 1001001 | 1111 | 100111 | 1000100 | 110110 |
Color Harmonies of #DAA13A
Complementary color
Monochromatic Colors of #DAA13A
Black with #DAA13A
Text Example
Text Example
White with #DAA13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA13A; }
p { color: rgb(218,161,58); }
H1.HeaderClassName
{
color: #DAA13A;
}
.AnyTagClassName
{
color: #DAA13A;
}
</style>
background-color css
<style>
a { background-color: #DAA13A; }
a { background-color: rgb(218,161,58); }
div.DivClassName
{
background-color: #DAA13A;
}
.BgClassName
{
background-color: #DAA13A;
}
</style>
border-color css
<style>
span { border-color: #DAA13A; }
span { border-color: rgb(218,161,58); }
td.TdClassName
{
border-color: #DAA13A;
}
.TagClassName
{
border-color: #DAA13A;
}
</style>