Shades of Tulip Tree #DDA942
Tints of Tulip Tree #DDA942
RGB
CMYK
RGB Variations
Color information
#DDA942 (or 0xDDA942) is known color: Tulip Tree. HEX triplet: DD, A9 and 42. RGB value is (221,169,66). Sum of RGB (Red+Green+Blue) = 221+169+66=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA942 is #2256BD. Grayscale: #ADADAD. Windows color (decimal): -2250430 or 4368861. OLE color: 4368861.
HSL color Cylindrical-coordinate representation of color #DDA942: hue angle of 39.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDA942 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 66 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.13 |
| HSL | 39.87º | 0.7% | 0.56% | - |
| HSV(B) | 39.87º | 0.7% | 0.87% | - |
| XYZ | 44.99 | 44.14 | 11.3 | - |
| YUV | 172.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 66 | 0 | 0.24 | 0.70 | 0.13 | 39.87 | 0.7 | 0.56 |
| Hex | DD | A9 | 42 | 0 | 18 | 46 | D | 28 | 46 | 38 |
| Octal | 335 | 251 | 102 | 0 | 30 | 106 | 15 | 50 | 106 | 70 |
| Binary | 11011101 | 10101001 | 1000010 | 0 | 11000 | 1000110 | 1101 | 101000 | 1000110 | 111000 |
Color Harmonies of #DDA942
Complementary color
Monochromatic Colors of #DDA942
Black with #DDA942
Text Example
Text Example
White with #DDA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA942; }
p { color: rgb(221,169,66); }
H1.HeaderClassName
{
color: #DDA942;
}
.AnyTagClassName
{
color: #DDA942;
}
</style>
background-color css
<style>
a { background-color: #DDA942; }
a { background-color: rgb(221,169,66); }
div.DivClassName
{
background-color: #DDA942;
}
.BgClassName
{
background-color: #DDA942;
}
</style>
border-color css
<style>
span { border-color: #DDA942; }
span { border-color: rgb(221,169,66); }
td.TdClassName
{
border-color: #DDA942;
}
.TagClassName
{
border-color: #DDA942;
}
</style>