Shades of Tulip Tree #DDA232
Tints of Tulip Tree #DDA232
RGB
CMYK
RGB Variations
Color information
#DDA232 (or 0xDDA232) is known color: Tulip Tree. HEX triplet: DD, A2 and 32. RGB value is (221,162,50). Sum of RGB (Red+Green+Blue) = 221+162+50=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA232 is #225DCD. Grayscale: #A7A7A7. Windows color (decimal): -2252238 or 3318493. OLE color: 3318493.
HSL color Cylindrical-coordinate representation of color #DDA232: hue angle of 39.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA232 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 50 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.13 |
| HSL | 39.3º | 0.72% | 0.53% | - |
| HSV(B) | 39.3º | 0.77% | 0.87% | - |
| XYZ | 43.31 | 41.44 | 8.73 | - |
| YUV | 166.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 50 | 0 | 0.27 | 0.77 | 0.13 | 39.3 | 0.72 | 0.53 |
| Hex | DD | A2 | 32 | 0 | 1B | 4D | D | 27 | 48 | 35 |
| Octal | 335 | 242 | 62 | 0 | 33 | 115 | 15 | 47 | 110 | 65 |
| Binary | 11011101 | 10100010 | 110010 | 0 | 11011 | 1001101 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DDA232
Complementary color
Monochromatic Colors of #DDA232
Black with #DDA232
Text Example
Text Example
White with #DDA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA232; }
p { color: rgb(221,162,50); }
H1.HeaderClassName
{
color: #DDA232;
}
.AnyTagClassName
{
color: #DDA232;
}
</style>
background-color css
<style>
a { background-color: #DDA232; }
a { background-color: rgb(221,162,50); }
div.DivClassName
{
background-color: #DDA232;
}
.BgClassName
{
background-color: #DDA232;
}
</style>
border-color css
<style>
span { border-color: #DDA232; }
span { border-color: rgb(221,162,50); }
td.TdClassName
{
border-color: #DDA232;
}
.TagClassName
{
border-color: #DDA232;
}
</style>