Shades of Tulip Tree #DAAF44
Tints of Tulip Tree #DAAF44
RGB
CMYK
RGB Variations
Color information
#DAAF44 (or 0xDAAF44) is known color: Tulip Tree. HEX triplet: DA, AF and 44. RGB value is (218,175,68). Sum of RGB (Red+Green+Blue) = 218+175+68=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF44 is #2550BB. Grayscale: #B0B0B0. Windows color (decimal): -2445500 or 4501466. OLE color: 4501466.
HSL color Cylindrical-coordinate representation of color #DAAF44: hue angle of 42.8º 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 #DAAF44 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 68 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.15 |
| HSL | 42.8º | 0.67% | 0.56% | - |
| HSV(B) | 42.8º | 0.69% | 0.85% | - |
| XYZ | 45.29 | 45.98 | 11.96 | - |
| YUV | 175.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 68 | 0 | 0.20 | 0.69 | 0.15 | 42.8 | 0.67 | 0.56 |
| Hex | DA | AF | 44 | 0 | 14 | 45 | F | 2B | 43 | 38 |
| Octal | 332 | 257 | 104 | 0 | 24 | 105 | 17 | 53 | 103 | 70 |
| Binary | 11011010 | 10101111 | 1000100 | 0 | 10100 | 1000101 | 1111 | 101011 | 1000011 | 111000 |
Color Harmonies of #DAAF44
Complementary color
Monochromatic Colors of #DAAF44
Black with #DAAF44
Text Example
Text Example
White with #DAAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF44; }
p { color: rgb(218,175,68); }
H1.HeaderClassName
{
color: #DAAF44;
}
.AnyTagClassName
{
color: #DAAF44;
}
</style>
background-color css
<style>
a { background-color: #DAAF44; }
a { background-color: rgb(218,175,68); }
div.DivClassName
{
background-color: #DAAF44;
}
.BgClassName
{
background-color: #DAAF44;
}
</style>
border-color css
<style>
span { border-color: #DAAF44; }
span { border-color: rgb(218,175,68); }
td.TdClassName
{
border-color: #DAAF44;
}
.TagClassName
{
border-color: #DAAF44;
}
</style>