Shades of Tulip Tree #DAAB44
Tints of Tulip Tree #DAAB44
RGB
CMYK
RGB Variations
Color information
#DAAB44 (or 0xDAAB44) is known color: Tulip Tree. HEX triplet: DA, AB and 44. RGB value is (218,171,68). Sum of RGB (Red+Green+Blue) = 218+171+68=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB44 is #2554BB. Grayscale: #ADADAD. Windows color (decimal): -2446524 or 4500442. OLE color: 4500442.
HSL color Cylindrical-coordinate representation of color #DAAB44: hue angle of 41.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAAB44 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 68 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.15 |
| HSL | 41.2º | 0.67% | 0.56% | - |
| HSV(B) | 41.2º | 0.69% | 0.85% | - |
| XYZ | 44.52 | 44.45 | 11.7 | - |
| YUV | 173.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 68 | 0 | 0.22 | 0.69 | 0.15 | 41.2 | 0.67 | 0.56 |
| Hex | DA | AB | 44 | 0 | 16 | 45 | F | 29 | 43 | 38 |
| Octal | 332 | 253 | 104 | 0 | 26 | 105 | 17 | 51 | 103 | 70 |
| Binary | 11011010 | 10101011 | 1000100 | 0 | 10110 | 1000101 | 1111 | 101001 | 1000011 | 111000 |
Color Harmonies of #DAAB44
Complementary color
Monochromatic Colors of #DAAB44
Black with #DAAB44
Text Example
Text Example
White with #DAAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB44; }
p { color: rgb(218,171,68); }
H1.HeaderClassName
{
color: #DAAB44;
}
.AnyTagClassName
{
color: #DAAB44;
}
</style>
background-color css
<style>
a { background-color: #DAAB44; }
a { background-color: rgb(218,171,68); }
div.DivClassName
{
background-color: #DAAB44;
}
.BgClassName
{
background-color: #DAAB44;
}
</style>
border-color css
<style>
span { border-color: #DAAB44; }
span { border-color: rgb(218,171,68); }
td.TdClassName
{
border-color: #DAAB44;
}
.TagClassName
{
border-color: #DAAB44;
}
</style>