Shades of Tulip Tree #DAA738
Tints of Tulip Tree #DAA738
RGB
CMYK
RGB Variations
Color information
#DAA738 (or 0xDAA738) is known color: Tulip Tree. HEX triplet: DA, A7 and 38. RGB value is (218,167,56). Sum of RGB (Red+Green+Blue) = 218+167+56=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA738 is #2558C7. Grayscale: #AAAAAA. Windows color (decimal): -2447560 or 3712986. OLE color: 3712986.
HSL color Cylindrical-coordinate representation of color #DAA738: hue angle of 41.11º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAA738 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 56 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.15 |
| HSL | 41.11º | 0.69% | 0.54% | - |
| HSV(B) | 41.11º | 0.74% | 0.85% | - |
| XYZ | 43.45 | 42.83 | 9.72 | - |
| YUV | 169.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 56 | 0 | 0.23 | 0.74 | 0.15 | 41.11 | 0.69 | 0.54 |
| Hex | DA | A7 | 38 | 0 | 17 | 4A | F | 29 | 45 | 36 |
| Octal | 332 | 247 | 70 | 0 | 27 | 112 | 17 | 51 | 105 | 66 |
| Binary | 11011010 | 10100111 | 111000 | 0 | 10111 | 1001010 | 1111 | 101001 | 1000101 | 110110 |
Color Harmonies of #DAA738
Complementary color
Monochromatic Colors of #DAA738
Black with #DAA738
Text Example
Text Example
White with #DAA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA738; }
p { color: rgb(218,167,56); }
H1.HeaderClassName
{
color: #DAA738;
}
.AnyTagClassName
{
color: #DAA738;
}
</style>
background-color css
<style>
a { background-color: #DAA738; }
a { background-color: rgb(218,167,56); }
div.DivClassName
{
background-color: #DAA738;
}
.BgClassName
{
background-color: #DAA738;
}
</style>
border-color css
<style>
span { border-color: #DAA738; }
span { border-color: rgb(218,167,56); }
td.TdClassName
{
border-color: #DAA738;
}
.TagClassName
{
border-color: #DAA738;
}
</style>