Shades of Tulip Tree #DDAC3E
Tints of Tulip Tree #DDAC3E
RGB
CMYK
RGB Variations
Color information
#DDAC3E (or 0xDDAC3E) is known color: Tulip Tree. HEX triplet: DD, AC and 3E. RGB value is (221,172,62). Sum of RGB (Red+Green+Blue) = 221+172+62=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC3E is #2253C1. Grayscale: #AEAEAE. Windows color (decimal): -2249666 or 4107485. OLE color: 4107485.
HSL color Cylindrical-coordinate representation of color #DDAC3E: hue angle of 41.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDAC3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.13 |
| HSL | 41.51º | 0.7% | 0.55% | - |
| HSV(B) | 41.51º | 0.72% | 0.87% | - |
| XYZ | 45.44 | 45.23 | 10.89 | - |
| YUV | 174.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 62 | 0 | 0.22 | 0.72 | 0.13 | 41.51 | 0.7 | 0.55 |
| Hex | DD | AC | 3E | 0 | 16 | 48 | D | 2A | 46 | 37 |
| Octal | 335 | 254 | 76 | 0 | 26 | 110 | 15 | 52 | 106 | 67 |
| Binary | 11011101 | 10101100 | 111110 | 0 | 10110 | 1001000 | 1101 | 101010 | 1000110 | 110111 |
Color Harmonies of #DDAC3E
Complementary color
Monochromatic Colors of #DDAC3E
Black with #DDAC3E
Text Example
Text Example
White with #DDAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC3E; }
p { color: rgb(221,172,62); }
H1.HeaderClassName
{
color: #DDAC3E;
}
.AnyTagClassName
{
color: #DDAC3E;
}
</style>
background-color css
<style>
a { background-color: #DDAC3E; }
a { background-color: rgb(221,172,62); }
div.DivClassName
{
background-color: #DDAC3E;
}
.BgClassName
{
background-color: #DDAC3E;
}
</style>
border-color css
<style>
span { border-color: #DDAC3E; }
span { border-color: rgb(221,172,62); }
td.TdClassName
{
border-color: #DDAC3E;
}
.TagClassName
{
border-color: #DDAC3E;
}
</style>