Shades of Tulip Tree #DDAD40
Tints of Tulip Tree #DDAD40
RGB
CMYK
RGB Variations
Color information
#DDAD40 (or 0xDDAD40) is known color: Tulip Tree. HEX triplet: DD, AD and 40. RGB value is (221,173,64). Sum of RGB (Red+Green+Blue) = 221+173+64=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD40 is #2252BF. Grayscale: #AFAFAF. Windows color (decimal): -2249408 or 4238813. OLE color: 4238813.
HSL color Cylindrical-coordinate representation of color #DDAD40: hue angle of 41.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDAD40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.13 |
| HSL | 41.66º | 0.7% | 0.56% | - |
| HSV(B) | 41.66º | 0.71% | 0.87% | - |
| XYZ | 45.69 | 45.63 | 11.25 | - |
| YUV | 174.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 64 | 0 | 0.22 | 0.71 | 0.13 | 41.66 | 0.7 | 0.56 |
| Hex | DD | AD | 40 | 0 | 16 | 47 | D | 2A | 46 | 38 |
| Octal | 335 | 255 | 100 | 0 | 26 | 107 | 15 | 52 | 106 | 70 |
| Binary | 11011101 | 10101101 | 1000000 | 0 | 10110 | 1000111 | 1101 | 101010 | 1000110 | 111000 |
Color Harmonies of #DDAD40
Complementary color
Monochromatic Colors of #DDAD40
Black with #DDAD40
Text Example
Text Example
White with #DDAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD40; }
p { color: rgb(221,173,64); }
H1.HeaderClassName
{
color: #DDAD40;
}
.AnyTagClassName
{
color: #DDAD40;
}
</style>
background-color css
<style>
a { background-color: #DDAD40; }
a { background-color: rgb(221,173,64); }
div.DivClassName
{
background-color: #DDAD40;
}
.BgClassName
{
background-color: #DDAD40;
}
</style>
border-color css
<style>
span { border-color: #DDAD40; }
span { border-color: rgb(221,173,64); }
td.TdClassName
{
border-color: #DDAD40;
}
.TagClassName
{
border-color: #DDAD40;
}
</style>