Shades of Tulip Tree #DAAA3C
Tints of Tulip Tree #DAAA3C
RGB
CMYK
RGB Variations
Color information
#DAAA3C (or 0xDAAA3C) is known color: Tulip Tree. HEX triplet: DA, AA and 3C. RGB value is (218,170,60). Sum of RGB (Red+Green+Blue) = 218+170+60=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA3C is #2555C3. Grayscale: #ACACAC. Windows color (decimal): -2446788 or 3975898. OLE color: 3975898.
HSL color Cylindrical-coordinate representation of color #DAAA3C: hue angle of 41.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAAA3C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 60 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.15 |
| HSL | 41.77º | 0.68% | 0.55% | - |
| HSV(B) | 41.77º | 0.72% | 0.85% | - |
| XYZ | 44.1 | 43.98 | 10.44 | - |
| YUV | 171.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 60 | 0 | 0.22 | 0.72 | 0.15 | 41.77 | 0.68 | 0.55 |
| Hex | DA | AA | 3C | 0 | 16 | 48 | F | 2A | 44 | 37 |
| Octal | 332 | 252 | 74 | 0 | 26 | 110 | 17 | 52 | 104 | 67 |
| Binary | 11011010 | 10101010 | 111100 | 0 | 10110 | 1001000 | 1111 | 101010 | 1000100 | 110111 |
Color Harmonies of #DAAA3C
Complementary color
Monochromatic Colors of #DAAA3C
Black with #DAAA3C
Text Example
Text Example
White with #DAAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA3C; }
p { color: rgb(218,170,60); }
H1.HeaderClassName
{
color: #DAAA3C;
}
.AnyTagClassName
{
color: #DAAA3C;
}
</style>
background-color css
<style>
a { background-color: #DAAA3C; }
a { background-color: rgb(218,170,60); }
div.DivClassName
{
background-color: #DAAA3C;
}
.BgClassName
{
background-color: #DAAA3C;
}
</style>
border-color css
<style>
span { border-color: #DAAA3C; }
span { border-color: rgb(218,170,60); }
td.TdClassName
{
border-color: #DAAA3C;
}
.TagClassName
{
border-color: #DAAA3C;
}
</style>