Shades of Tulip Tree #DDA837
Tints of Tulip Tree #DDA837
RGB
CMYK
RGB Variations
Color information
#DDA837 (or 0xDDA837) is known color: Tulip Tree. HEX triplet: DD, A8 and 37. RGB value is (221,168,55). Sum of RGB (Red+Green+Blue) = 221+168+55=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA837 is #2257C8. Grayscale: #ABABAB. Windows color (decimal): -2250697 or 3647709. OLE color: 3647709.
HSL color Cylindrical-coordinate representation of color #DDA837: hue angle of 40.84º 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 #DDA837 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 55 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.13 |
| HSL | 40.84º | 0.71% | 0.54% | - |
| HSV(B) | 40.84º | 0.75% | 0.87% | - |
| XYZ | 44.51 | 43.65 | 9.69 | - |
| YUV | 170.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 55 | 0 | 0.24 | 0.75 | 0.13 | 40.84 | 0.71 | 0.54 |
| Hex | DD | A8 | 37 | 0 | 18 | 4B | D | 29 | 47 | 36 |
| Octal | 335 | 250 | 67 | 0 | 30 | 113 | 15 | 51 | 107 | 66 |
| Binary | 11011101 | 10101000 | 110111 | 0 | 11000 | 1001011 | 1101 | 101001 | 1000111 | 110110 |
Color Harmonies of #DDA837
Complementary color
Monochromatic Colors of #DDA837
Black with #DDA837
Text Example
Text Example
White with #DDA837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA837; }
p { color: rgb(221,168,55); }
H1.HeaderClassName
{
color: #DDA837;
}
.AnyTagClassName
{
color: #DDA837;
}
</style>
background-color css
<style>
a { background-color: #DDA837; }
a { background-color: rgb(221,168,55); }
div.DivClassName
{
background-color: #DDA837;
}
.BgClassName
{
background-color: #DDA837;
}
</style>
border-color css
<style>
span { border-color: #DDA837; }
span { border-color: rgb(221,168,55); }
td.TdClassName
{
border-color: #DDA837;
}
.TagClassName
{
border-color: #DDA837;
}
</style>