Shades of Tulip Tree #DDA941
Tints of Tulip Tree #DDA941
RGB
CMYK
RGB Variations
Color information
#DDA941 (or 0xDDA941) is known color: Tulip Tree. HEX triplet: DD, A9 and 41. RGB value is (221,169,65). Sum of RGB (Red+Green+Blue) = 221+169+65=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA941 is #2256BE. Grayscale: #ADADAD. Windows color (decimal): -2250431 or 4303325. OLE color: 4303325.
HSL color Cylindrical-coordinate representation of color #DDA941: hue angle of 40º 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 #DDA941 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 65 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 40º | 0.7% | 0.56% | - |
| HSV(B) | 40º | 0.71% | 0.87% | - |
| XYZ | 44.96 | 44.13 | 11.15 | - |
| YUV | 172.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 65 | 0 | 0.24 | 0.71 | 0.13 | 40 | 0.7 | 0.56 |
| Hex | DD | A9 | 41 | 0 | 18 | 47 | D | 28 | 46 | 38 |
| Octal | 335 | 251 | 101 | 0 | 30 | 107 | 15 | 50 | 106 | 70 |
| Binary | 11011101 | 10101001 | 1000001 | 0 | 11000 | 1000111 | 1101 | 101000 | 1000110 | 111000 |
Color Harmonies of #DDA941
Complementary color
Monochromatic Colors of #DDA941
Black with #DDA941
Text Example
Text Example
White with #DDA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA941; }
p { color: rgb(221,169,65); }
H1.HeaderClassName
{
color: #DDA941;
}
.AnyTagClassName
{
color: #DDA941;
}
</style>
background-color css
<style>
a { background-color: #DDA941; }
a { background-color: rgb(221,169,65); }
div.DivClassName
{
background-color: #DDA941;
}
.BgClassName
{
background-color: #DDA941;
}
</style>
border-color css
<style>
span { border-color: #DDA941; }
span { border-color: rgb(221,169,65); }
td.TdClassName
{
border-color: #DDA941;
}
.TagClassName
{
border-color: #DDA941;
}
</style>