Shades of Tulip Tree #DDA937
Tints of Tulip Tree #DDA937
RGB
CMYK
RGB Variations
Color information
#DDA937 (or 0xDDA937) is known color: Tulip Tree. HEX triplet: DD, A9 and 37. RGB value is (221,169,55). Sum of RGB (Red+Green+Blue) = 221+169+55=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA937 is #2256C8. Grayscale: #ACACAC. Windows color (decimal): -2250441 or 3647965. OLE color: 3647965.
HSL color Cylindrical-coordinate representation of color #DDA937: hue angle of 41.2º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDA937 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 55 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.13 |
| HSL | 41.2º | 0.71% | 0.54% | - |
| HSV(B) | 41.2º | 0.75% | 0.87% | - |
| XYZ | 44.7 | 44.02 | 9.76 | - |
| YUV | 171.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 55 | 0 | 0.24 | 0.75 | 0.13 | 41.2 | 0.71 | 0.54 |
| Hex | DD | A9 | 37 | 0 | 18 | 4B | D | 29 | 47 | 36 |
| Octal | 335 | 251 | 67 | 0 | 30 | 113 | 15 | 51 | 107 | 66 |
| Binary | 11011101 | 10101001 | 110111 | 0 | 11000 | 1001011 | 1101 | 101001 | 1000111 | 110110 |
Color Harmonies of #DDA937
Complementary color
Monochromatic Colors of #DDA937
Black with #DDA937
Text Example
Text Example
White with #DDA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA937; }
p { color: rgb(221,169,55); }
H1.HeaderClassName
{
color: #DDA937;
}
.AnyTagClassName
{
color: #DDA937;
}
</style>
background-color css
<style>
a { background-color: #DDA937; }
a { background-color: rgb(221,169,55); }
div.DivClassName
{
background-color: #DDA937;
}
.BgClassName
{
background-color: #DDA937;
}
</style>
border-color css
<style>
span { border-color: #DDA937; }
span { border-color: rgb(221,169,55); }
td.TdClassName
{
border-color: #DDA937;
}
.TagClassName
{
border-color: #DDA937;
}
</style>