Shades of Tulip Tree #DAAC3E
Tints of Tulip Tree #DAAC3E
RGB
CMYK
RGB Variations
Color information
#DAAC3E (or 0xDAAC3E) is known color: Tulip Tree. HEX triplet: DA, AC and 3E. RGB value is (218,172,62). Sum of RGB (Red+Green+Blue) = 218+172+62=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC3E is #2553C1. Grayscale: #ADADAD. Windows color (decimal): -2446274 or 4107482. OLE color: 4107482.
HSL color Cylindrical-coordinate representation of color #DAAC3E: hue angle of 42.31º 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 #DAAC3E is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 62 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.15 |
| HSL | 42.31º | 0.68% | 0.55% | - |
| HSV(B) | 42.31º | 0.72% | 0.85% | - |
| XYZ | 44.54 | 44.76 | 10.85 | - |
| YUV | 173.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 62 | 0 | 0.21 | 0.72 | 0.15 | 42.31 | 0.68 | 0.55 |
| Hex | DA | AC | 3E | 0 | 15 | 48 | F | 2A | 44 | 37 |
| Octal | 332 | 254 | 76 | 0 | 25 | 110 | 17 | 52 | 104 | 67 |
| Binary | 11011010 | 10101100 | 111110 | 0 | 10101 | 1001000 | 1111 | 101010 | 1000100 | 110111 |
Color Harmonies of #DAAC3E
Complementary color
Monochromatic Colors of #DAAC3E
Black with #DAAC3E
Text Example
Text Example
White with #DAAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC3E; }
p { color: rgb(218,172,62); }
H1.HeaderClassName
{
color: #DAAC3E;
}
.AnyTagClassName
{
color: #DAAC3E;
}
</style>
background-color css
<style>
a { background-color: #DAAC3E; }
a { background-color: rgb(218,172,62); }
div.DivClassName
{
background-color: #DAAC3E;
}
.BgClassName
{
background-color: #DAAC3E;
}
</style>
border-color css
<style>
span { border-color: #DAAC3E; }
span { border-color: rgb(218,172,62); }
td.TdClassName
{
border-color: #DAAC3E;
}
.TagClassName
{
border-color: #DAAC3E;
}
</style>