Shades of Tulip Tree #DAAF40
Tints of Tulip Tree #DAAF40
RGB
CMYK
RGB Variations
Color information
#DAAF40 (or 0xDAAF40) is known color: Tulip Tree. HEX triplet: DA, AF and 40. RGB value is (218,175,64). Sum of RGB (Red+Green+Blue) = 218+175+64=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF40 is #2550BF. Grayscale: #AFAFAF. Windows color (decimal): -2445504 or 4239322. OLE color: 4239322.
HSL color Cylindrical-coordinate representation of color #DAAF40: hue angle of 43.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAAF40 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 64 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.15 |
| HSL | 43.25º | 0.68% | 0.55% | - |
| HSV(B) | 43.25º | 0.71% | 0.85% | - |
| XYZ | 45.17 | 45.94 | 11.34 | - |
| YUV | 175.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 64 | 0 | 0.20 | 0.71 | 0.15 | 43.25 | 0.68 | 0.55 |
| Hex | DA | AF | 40 | 0 | 14 | 47 | F | 2B | 44 | 37 |
| Octal | 332 | 257 | 100 | 0 | 24 | 107 | 17 | 53 | 104 | 67 |
| Binary | 11011010 | 10101111 | 1000000 | 0 | 10100 | 1000111 | 1111 | 101011 | 1000100 | 110111 |
Color Harmonies of #DAAF40
Complementary color
Monochromatic Colors of #DAAF40
Black with #DAAF40
Text Example
Text Example
White with #DAAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF40; }
p { color: rgb(218,175,64); }
H1.HeaderClassName
{
color: #DAAF40;
}
.AnyTagClassName
{
color: #DAAF40;
}
</style>
background-color css
<style>
a { background-color: #DAAF40; }
a { background-color: rgb(218,175,64); }
div.DivClassName
{
background-color: #DAAF40;
}
.BgClassName
{
background-color: #DAAF40;
}
</style>
border-color css
<style>
span { border-color: #DAAF40; }
span { border-color: rgb(218,175,64); }
td.TdClassName
{
border-color: #DAAF40;
}
.TagClassName
{
border-color: #DAAF40;
}
</style>