Shades of Tulip Tree #DDA647
Tints of Tulip Tree #DDA647
RGB
CMYK
RGB Variations
Color information
#DDA647 (or 0xDDA647) is known color: Tulip Tree. HEX triplet: DD, A6 and 47. RGB value is (221,166,71). Sum of RGB (Red+Green+Blue) = 221+166+71=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA647 is #2259B8. Grayscale: #ACACAC. Windows color (decimal): -2251193 or 4695773. OLE color: 4695773.
HSL color Cylindrical-coordinate representation of color #DDA647: hue angle of 38º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDA647 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 71 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.13 |
| HSL | 38º | 0.69% | 0.57% | - |
| HSV(B) | 38º | 0.68% | 0.87% | - |
| XYZ | 44.59 | 43.1 | 11.93 | - |
| YUV | 171.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 71 | 0 | 0.25 | 0.68 | 0.13 | 38 | 0.69 | 0.57 |
| Hex | DD | A6 | 47 | 0 | 19 | 44 | D | 26 | 45 | 39 |
| Octal | 335 | 246 | 107 | 0 | 31 | 104 | 15 | 46 | 105 | 71 |
| Binary | 11011101 | 10100110 | 1000111 | 0 | 11001 | 1000100 | 1101 | 100110 | 1000101 | 111001 |
Color Harmonies of #DDA647
Complementary color
Monochromatic Colors of #DDA647
Black with #DDA647
Text Example
Text Example
White with #DDA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA647; }
p { color: rgb(221,166,71); }
H1.HeaderClassName
{
color: #DDA647;
}
.AnyTagClassName
{
color: #DDA647;
}
</style>
background-color css
<style>
a { background-color: #DDA647; }
a { background-color: rgb(221,166,71); }
div.DivClassName
{
background-color: #DDA647;
}
.BgClassName
{
background-color: #DDA647;
}
</style>
border-color css
<style>
span { border-color: #DDA647; }
span { border-color: rgb(221,166,71); }
td.TdClassName
{
border-color: #DDA647;
}
.TagClassName
{
border-color: #DDA647;
}
</style>