Shades of Tulip Tree #DDAC40
Tints of Tulip Tree #DDAC40
RGB
CMYK
RGB Variations
Color information
#DDAC40 (or 0xDDAC40) is known color: Tulip Tree. HEX triplet: DD, AC and 40. RGB value is (221,172,64). Sum of RGB (Red+Green+Blue) = 221+172+64=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC40 is #2253BF. Grayscale: #AEAEAE. Windows color (decimal): -2249664 or 4238557. OLE color: 4238557.
HSL color Cylindrical-coordinate representation of color #DDAC40: hue angle of 41.27º 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 #DDAC40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.13 |
| HSL | 41.27º | 0.7% | 0.56% | - |
| HSV(B) | 41.27º | 0.71% | 0.87% | - |
| XYZ | 45.5 | 45.25 | 11.19 | - |
| YUV | 174.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 64 | 0 | 0.22 | 0.71 | 0.13 | 41.27 | 0.7 | 0.56 |
| Hex | DD | AC | 40 | 0 | 16 | 47 | D | 29 | 46 | 38 |
| Octal | 335 | 254 | 100 | 0 | 26 | 107 | 15 | 51 | 106 | 70 |
| Binary | 11011101 | 10101100 | 1000000 | 0 | 10110 | 1000111 | 1101 | 101001 | 1000110 | 111000 |
Color Harmonies of #DDAC40
Complementary color
Monochromatic Colors of #DDAC40
Black with #DDAC40
Text Example
Text Example
White with #DDAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC40; }
p { color: rgb(221,172,64); }
H1.HeaderClassName
{
color: #DDAC40;
}
.AnyTagClassName
{
color: #DDAC40;
}
</style>
background-color css
<style>
a { background-color: #DDAC40; }
a { background-color: rgb(221,172,64); }
div.DivClassName
{
background-color: #DDAC40;
}
.BgClassName
{
background-color: #DDAC40;
}
</style>
border-color css
<style>
span { border-color: #DDAC40; }
span { border-color: rgb(221,172,64); }
td.TdClassName
{
border-color: #DDAC40;
}
.TagClassName
{
border-color: #DDAC40;
}
</style>