Shades of Tulip Tree #DDA238
Tints of Tulip Tree #DDA238
RGB
CMYK
RGB Variations
Color information
#DDA238 (or 0xDDA238) is known color: Tulip Tree. HEX triplet: DD, A2 and 38. RGB value is (221,162,56). Sum of RGB (Red+Green+Blue) = 221+162+56=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA238 is #225DC7. Grayscale: #A8A8A8. Windows color (decimal): -2252232 or 3711709. OLE color: 3711709.
HSL color Cylindrical-coordinate representation of color #DDA238: hue angle of 38.55º 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 #DDA238 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 56 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.13 |
| HSL | 38.55º | 0.71% | 0.54% | - |
| HSV(B) | 38.55º | 0.75% | 0.87% | - |
| XYZ | 43.45 | 41.5 | 9.46 | - |
| YUV | 167.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 56 | 0 | 0.27 | 0.75 | 0.13 | 38.55 | 0.71 | 0.54 |
| Hex | DD | A2 | 38 | 0 | 1B | 4B | D | 27 | 47 | 36 |
| Octal | 335 | 242 | 70 | 0 | 33 | 113 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100010 | 111000 | 0 | 11011 | 1001011 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA238
Complementary color
Monochromatic Colors of #DDA238
Black with #DDA238
Text Example
Text Example
White with #DDA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA238; }
p { color: rgb(221,162,56); }
H1.HeaderClassName
{
color: #DDA238;
}
.AnyTagClassName
{
color: #DDA238;
}
</style>
background-color css
<style>
a { background-color: #DDA238; }
a { background-color: rgb(221,162,56); }
div.DivClassName
{
background-color: #DDA238;
}
.BgClassName
{
background-color: #DDA238;
}
</style>
border-color css
<style>
span { border-color: #DDA238; }
span { border-color: rgb(221,162,56); }
td.TdClassName
{
border-color: #DDA238;
}
.TagClassName
{
border-color: #DDA238;
}
</style>