Shades of Tulip Tree #DDA632
Tints of Tulip Tree #DDA632
RGB
CMYK
RGB Variations
Color information
#DDA632 (or 0xDDA632) is known color: Tulip Tree. HEX triplet: DD, A6 and 32. RGB value is (221,166,50). Sum of RGB (Red+Green+Blue) = 221+166+50=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA632 is #2259CD. Grayscale: #A9A9A9. Windows color (decimal): -2251214 or 3319517. OLE color: 3319517.
HSL color Cylindrical-coordinate representation of color #DDA632: hue angle of 40.7º 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 #DDA632 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 50 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.13 |
| HSL | 40.7º | 0.72% | 0.53% | - |
| HSV(B) | 40.7º | 0.77% | 0.87% | - |
| XYZ | 44.03 | 42.87 | 8.97 | - |
| YUV | 169.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 50 | 0 | 0.25 | 0.77 | 0.13 | 40.7 | 0.72 | 0.53 |
| Hex | DD | A6 | 32 | 0 | 19 | 4D | D | 29 | 48 | 35 |
| Octal | 335 | 246 | 62 | 0 | 31 | 115 | 15 | 51 | 110 | 65 |
| Binary | 11011101 | 10100110 | 110010 | 0 | 11001 | 1001101 | 1101 | 101001 | 1001000 | 110101 |
Color Harmonies of #DDA632
Complementary color
Monochromatic Colors of #DDA632
Black with #DDA632
Text Example
Text Example
White with #DDA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA632; }
p { color: rgb(221,166,50); }
H1.HeaderClassName
{
color: #DDA632;
}
.AnyTagClassName
{
color: #DDA632;
}
</style>
background-color css
<style>
a { background-color: #DDA632; }
a { background-color: rgb(221,166,50); }
div.DivClassName
{
background-color: #DDA632;
}
.BgClassName
{
background-color: #DDA632;
}
</style>
border-color css
<style>
span { border-color: #DDA632; }
span { border-color: rgb(221,166,50); }
td.TdClassName
{
border-color: #DDA632;
}
.TagClassName
{
border-color: #DDA632;
}
</style>