Shades of Tulip Tree #DDA938
Tints of Tulip Tree #DDA938
RGB
CMYK
RGB Variations
Color information
#DDA938 (or 0xDDA938) is known color: Tulip Tree. HEX triplet: DD, A9 and 38. RGB value is (221,169,56). Sum of RGB (Red+Green+Blue) = 221+169+56=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA938 is #2256C7. Grayscale: #ACACAC. Windows color (decimal): -2250440 or 3713501. OLE color: 3713501.
HSL color Cylindrical-coordinate representation of color #DDA938: hue angle of 41.09º 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 #DDA938 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 56 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.13 |
| HSL | 41.09º | 0.71% | 0.54% | - |
| HSV(B) | 41.09º | 0.75% | 0.87% | - |
| XYZ | 44.72 | 44.03 | 9.88 | - |
| YUV | 171.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 56 | 0 | 0.24 | 0.75 | 0.13 | 41.09 | 0.71 | 0.54 |
| Hex | DD | A9 | 38 | 0 | 18 | 4B | D | 29 | 47 | 36 |
| Octal | 335 | 251 | 70 | 0 | 30 | 113 | 15 | 51 | 107 | 66 |
| Binary | 11011101 | 10101001 | 111000 | 0 | 11000 | 1001011 | 1101 | 101001 | 1000111 | 110110 |
Color Harmonies of #DDA938
Complementary color
Monochromatic Colors of #DDA938
Black with #DDA938
Text Example
Text Example
White with #DDA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA938; }
p { color: rgb(221,169,56); }
H1.HeaderClassName
{
color: #DDA938;
}
.AnyTagClassName
{
color: #DDA938;
}
</style>
background-color css
<style>
a { background-color: #DDA938; }
a { background-color: rgb(221,169,56); }
div.DivClassName
{
background-color: #DDA938;
}
.BgClassName
{
background-color: #DDA938;
}
</style>
border-color css
<style>
span { border-color: #DDA938; }
span { border-color: rgb(221,169,56); }
td.TdClassName
{
border-color: #DDA938;
}
.TagClassName
{
border-color: #DDA938;
}
</style>