Shades of Tulip Tree #DDA944
Tints of Tulip Tree #DDA944
RGB
CMYK
RGB Variations
Color information
#DDA944 (or 0xDDA944) is known color: Tulip Tree. HEX triplet: DD, A9 and 44. RGB value is (221,169,68). Sum of RGB (Red+Green+Blue) = 221+169+68=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA944 is #2256BB. Grayscale: #ADADAD. Windows color (decimal): -2250428 or 4499933. OLE color: 4499933.
HSL color Cylindrical-coordinate representation of color #DDA944: hue angle of 39.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDA944 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 68 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.13 |
| HSL | 39.61º | 0.69% | 0.57% | - |
| HSV(B) | 39.61º | 0.69% | 0.87% | - |
| XYZ | 45.05 | 44.17 | 11.62 | - |
| YUV | 173.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 68 | 0 | 0.24 | 0.69 | 0.13 | 39.61 | 0.69 | 0.57 |
| Hex | DD | A9 | 44 | 0 | 18 | 45 | D | 28 | 45 | 39 |
| Octal | 335 | 251 | 104 | 0 | 30 | 105 | 15 | 50 | 105 | 71 |
| Binary | 11011101 | 10101001 | 1000100 | 0 | 11000 | 1000101 | 1101 | 101000 | 1000101 | 111001 |
Color Harmonies of #DDA944
Complementary color
Monochromatic Colors of #DDA944
Black with #DDA944
Text Example
Text Example
White with #DDA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA944; }
p { color: rgb(221,169,68); }
H1.HeaderClassName
{
color: #DDA944;
}
.AnyTagClassName
{
color: #DDA944;
}
</style>
background-color css
<style>
a { background-color: #DDA944; }
a { background-color: rgb(221,169,68); }
div.DivClassName
{
background-color: #DDA944;
}
.BgClassName
{
background-color: #DDA944;
}
</style>
border-color css
<style>
span { border-color: #DDA944; }
span { border-color: rgb(221,169,68); }
td.TdClassName
{
border-color: #DDA944;
}
.TagClassName
{
border-color: #DDA944;
}
</style>