Shades of Tulip Tree #DAAA43
Tints of Tulip Tree #DAAA43
RGB
CMYK
RGB Variations
Color information
#DAAA43 (or 0xDAAA43) is known color: Tulip Tree. HEX triplet: DA, AA and 43. RGB value is (218,170,67). Sum of RGB (Red+Green+Blue) = 218+170+67=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA43 is #2555BC. Grayscale: #ADADAD. Windows color (decimal): -2446781 or 4434650. OLE color: 4434650.
HSL color Cylindrical-coordinate representation of color #DAAA43: hue angle of 40.93º 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 #DAAA43 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 67 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.15 |
| HSL | 40.93º | 0.67% | 0.56% | - |
| HSV(B) | 40.93º | 0.69% | 0.85% | - |
| XYZ | 44.3 | 44.06 | 11.48 | - |
| YUV | 172.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 67 | 0 | 0.22 | 0.69 | 0.15 | 40.93 | 0.67 | 0.56 |
| Hex | DA | AA | 43 | 0 | 16 | 45 | F | 29 | 43 | 38 |
| Octal | 332 | 252 | 103 | 0 | 26 | 105 | 17 | 51 | 103 | 70 |
| Binary | 11011010 | 10101010 | 1000011 | 0 | 10110 | 1000101 | 1111 | 101001 | 1000011 | 111000 |
Color Harmonies of #DAAA43
Complementary color
Monochromatic Colors of #DAAA43
Black with #DAAA43
Text Example
Text Example
White with #DAAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA43; }
p { color: rgb(218,170,67); }
H1.HeaderClassName
{
color: #DAAA43;
}
.AnyTagClassName
{
color: #DAAA43;
}
</style>
background-color css
<style>
a { background-color: #DAAA43; }
a { background-color: rgb(218,170,67); }
div.DivClassName
{
background-color: #DAAA43;
}
.BgClassName
{
background-color: #DAAA43;
}
</style>
border-color css
<style>
span { border-color: #DAAA43; }
span { border-color: rgb(218,170,67); }
td.TdClassName
{
border-color: #DAAA43;
}
.TagClassName
{
border-color: #DAAA43;
}
</style>