Shades of Tulip Tree #DDA332
Tints of Tulip Tree #DDA332
RGB
CMYK
RGB Variations
Color information
#DDA332 (or 0xDDA332) is known color: Tulip Tree. HEX triplet: DD, A3 and 32. RGB value is (221,163,50). Sum of RGB (Red+Green+Blue) = 221+163+50=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA332 is #225CCD. Grayscale: #A7A7A7. Windows color (decimal): -2251982 or 3318749. OLE color: 3318749.
HSL color Cylindrical-coordinate representation of color #DDA332: hue angle of 39.65º 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 #DDA332 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 50 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.13 |
| HSL | 39.65º | 0.72% | 0.53% | - |
| HSV(B) | 39.65º | 0.77% | 0.87% | - |
| XYZ | 43.49 | 41.8 | 8.79 | - |
| YUV | 167.46 | 61.72 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 50 | 0 | 0.26 | 0.77 | 0.13 | 39.65 | 0.72 | 0.53 |
| Hex | DD | A3 | 32 | 0 | 1A | 4D | D | 28 | 48 | 35 |
| Octal | 335 | 243 | 62 | 0 | 32 | 115 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100011 | 110010 | 0 | 11010 | 1001101 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA332
Complementary color
Monochromatic Colors of #DDA332
Black with #DDA332
Text Example
Text Example
White with #DDA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA332; }
p { color: rgb(221,163,50); }
H1.HeaderClassName
{
color: #DDA332;
}
.AnyTagClassName
{
color: #DDA332;
}
</style>
background-color css
<style>
a { background-color: #DDA332; }
a { background-color: rgb(221,163,50); }
div.DivClassName
{
background-color: #DDA332;
}
.BgClassName
{
background-color: #DDA332;
}
</style>
border-color css
<style>
span { border-color: #DDA332; }
span { border-color: rgb(221,163,50); }
td.TdClassName
{
border-color: #DDA332;
}
.TagClassName
{
border-color: #DDA332;
}
</style>