Shades of Tulip Tree #DAAF46
Tints of Tulip Tree #DAAF46
RGB
CMYK
RGB Variations
Color information
#DAAF46 (or 0xDAAF46) is known color: Tulip Tree. HEX triplet: DA, AF and 46. RGB value is (218,175,70). Sum of RGB (Red+Green+Blue) = 218+175+70=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF46 is #2550B9. Grayscale: #B0B0B0. Windows color (decimal): -2445498 or 4632538. OLE color: 4632538.
HSL color Cylindrical-coordinate representation of color #DAAF46: hue angle of 42.57º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAAF46 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 70 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.15 |
| HSL | 42.57º | 0.67% | 0.56% | - |
| HSV(B) | 42.57º | 0.68% | 0.85% | - |
| XYZ | 45.35 | 46.01 | 12.28 | - |
| YUV | 175.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 70 | 0 | 0.20 | 0.68 | 0.15 | 42.57 | 0.67 | 0.56 |
| Hex | DA | AF | 46 | 0 | 14 | 44 | F | 2B | 43 | 38 |
| Octal | 332 | 257 | 106 | 0 | 24 | 104 | 17 | 53 | 103 | 70 |
| Binary | 11011010 | 10101111 | 1000110 | 0 | 10100 | 1000100 | 1111 | 101011 | 1000011 | 111000 |
Color Harmonies of #DAAF46
Complementary color
Monochromatic Colors of #DAAF46
Black with #DAAF46
Text Example
Text Example
White with #DAAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF46; }
p { color: rgb(218,175,70); }
H1.HeaderClassName
{
color: #DAAF46;
}
.AnyTagClassName
{
color: #DAAF46;
}
</style>
background-color css
<style>
a { background-color: #DAAF46; }
a { background-color: rgb(218,175,70); }
div.DivClassName
{
background-color: #DAAF46;
}
.BgClassName
{
background-color: #DAAF46;
}
</style>
border-color css
<style>
span { border-color: #DAAF46; }
span { border-color: rgb(218,175,70); }
td.TdClassName
{
border-color: #DAAF46;
}
.TagClassName
{
border-color: #DAAF46;
}
</style>