Shades of Tulip Tree #DDA432
Tints of Tulip Tree #DDA432
RGB
CMYK
RGB Variations
Color information
#DDA432 (or 0xDDA432) is known color: Tulip Tree. HEX triplet: DD, A4 and 32. RGB value is (221,164,50). Sum of RGB (Red+Green+Blue) = 221+164+50=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA432 is #225BCD. Grayscale: #A8A8A8. Windows color (decimal): -2251726 or 3319005. OLE color: 3319005.
HSL color Cylindrical-coordinate representation of color #DDA432: hue angle of 40º 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 #DDA432 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 50 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.13 |
| HSL | 40º | 0.72% | 0.53% | - |
| HSV(B) | 40º | 0.77% | 0.87% | - |
| XYZ | 43.67 | 42.15 | 8.85 | - |
| YUV | 168.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 50 | 0 | 0.26 | 0.77 | 0.13 | 40 | 0.72 | 0.53 |
| Hex | DD | A4 | 32 | 0 | 1A | 4D | D | 28 | 48 | 35 |
| Octal | 335 | 244 | 62 | 0 | 32 | 115 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100100 | 110010 | 0 | 11010 | 1001101 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA432
Complementary color
Monochromatic Colors of #DDA432
Black with #DDA432
Text Example
Text Example
White with #DDA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA432; }
p { color: rgb(221,164,50); }
H1.HeaderClassName
{
color: #DDA432;
}
.AnyTagClassName
{
color: #DDA432;
}
</style>
background-color css
<style>
a { background-color: #DDA432; }
a { background-color: rgb(221,164,50); }
div.DivClassName
{
background-color: #DDA432;
}
.BgClassName
{
background-color: #DDA432;
}
</style>
border-color css
<style>
span { border-color: #DDA432; }
span { border-color: rgb(221,164,50); }
td.TdClassName
{
border-color: #DDA432;
}
.TagClassName
{
border-color: #DDA432;
}
</style>