Shades of Tulip Tree #DAAC42
Tints of Tulip Tree #DAAC42
RGB
CMYK
RGB Variations
Color information
#DAAC42 (or 0xDAAC42) is known color: Tulip Tree. HEX triplet: DA, AC and 42. RGB value is (218,172,66). Sum of RGB (Red+Green+Blue) = 218+172+66=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC42 is #2553BD. Grayscale: #AEAEAE. Windows color (decimal): -2446270 or 4369626. OLE color: 4369626.
HSL color Cylindrical-coordinate representation of color #DAAC42: hue angle of 41.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAAC42 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 66 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.15 |
| HSL | 41.84º | 0.67% | 0.56% | - |
| HSV(B) | 41.84º | 0.7% | 0.85% | - |
| XYZ | 44.65 | 44.8 | 11.45 | - |
| YUV | 173.67 | 67.24 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 66 | 0 | 0.21 | 0.70 | 0.15 | 41.84 | 0.67 | 0.56 |
| Hex | DA | AC | 42 | 0 | 15 | 46 | F | 2A | 43 | 38 |
| Octal | 332 | 254 | 102 | 0 | 25 | 106 | 17 | 52 | 103 | 70 |
| Binary | 11011010 | 10101100 | 1000010 | 0 | 10101 | 1000110 | 1111 | 101010 | 1000011 | 111000 |
Color Harmonies of #DAAC42
Complementary color
Monochromatic Colors of #DAAC42
Black with #DAAC42
Text Example
Text Example
White with #DAAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC42; }
p { color: rgb(218,172,66); }
H1.HeaderClassName
{
color: #DAAC42;
}
.AnyTagClassName
{
color: #DAAC42;
}
</style>
background-color css
<style>
a { background-color: #DAAC42; }
a { background-color: rgb(218,172,66); }
div.DivClassName
{
background-color: #DAAC42;
}
.BgClassName
{
background-color: #DAAC42;
}
</style>
border-color css
<style>
span { border-color: #DAAC42; }
span { border-color: rgb(218,172,66); }
td.TdClassName
{
border-color: #DAAC42;
}
.TagClassName
{
border-color: #DAAC42;
}
</style>