Shades of Tulip Tree #DAAD42
Tints of Tulip Tree #DAAD42
RGB
CMYK
RGB Variations
Color information
#DAAD42 (or 0xDAAD42) is known color: Tulip Tree. HEX triplet: DA, AD and 42. RGB value is (218,173,66). Sum of RGB (Red+Green+Blue) = 218+173+66=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD42 is #2552BD. Grayscale: #AEAEAE. Windows color (decimal): -2446014 or 4369882. OLE color: 4369882.
HSL color Cylindrical-coordinate representation of color #DAAD42: hue angle of 42.24º 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 #DAAD42 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 66 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.15 |
| HSL | 42.24º | 0.67% | 0.56% | - |
| HSV(B) | 42.24º | 0.7% | 0.85% | - |
| XYZ | 44.84 | 45.19 | 11.51 | - |
| YUV | 174.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 66 | 0 | 0.21 | 0.70 | 0.15 | 42.24 | 0.67 | 0.56 |
| Hex | DA | AD | 42 | 0 | 15 | 46 | F | 2A | 43 | 38 |
| Octal | 332 | 255 | 102 | 0 | 25 | 106 | 17 | 52 | 103 | 70 |
| Binary | 11011010 | 10101101 | 1000010 | 0 | 10101 | 1000110 | 1111 | 101010 | 1000011 | 111000 |
Color Harmonies of #DAAD42
Complementary color
Monochromatic Colors of #DAAD42
Black with #DAAD42
Text Example
Text Example
White with #DAAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD42; }
p { color: rgb(218,173,66); }
H1.HeaderClassName
{
color: #DAAD42;
}
.AnyTagClassName
{
color: #DAAD42;
}
</style>
background-color css
<style>
a { background-color: #DAAD42; }
a { background-color: rgb(218,173,66); }
div.DivClassName
{
background-color: #DAAD42;
}
.BgClassName
{
background-color: #DAAD42;
}
</style>
border-color css
<style>
span { border-color: #DAAD42; }
span { border-color: rgb(218,173,66); }
td.TdClassName
{
border-color: #DAAD42;
}
.TagClassName
{
border-color: #DAAD42;
}
</style>