Shades of Tulip Tree #DDA331
Tints of Tulip Tree #DDA331
RGB
CMYK
RGB Variations
Color information
#DDA331 (or 0xDDA331) is known color: Tulip Tree. HEX triplet: DD, A3 and 31. RGB value is (221,163,49). Sum of RGB (Red+Green+Blue) = 221+163+49=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA331 is #225CCE. Grayscale: #A7A7A7. Windows color (decimal): -2251983 or 3253213. OLE color: 3253213.
HSL color Cylindrical-coordinate representation of color #DDA331: hue angle of 39.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDA331 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 49 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.13 |
| HSL | 39.77º | 0.72% | 0.53% | - |
| HSV(B) | 39.77º | 0.78% | 0.87% | - |
| XYZ | 43.47 | 41.79 | 8.68 | - |
| YUV | 167.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 49 | 0 | 0.26 | 0.78 | 0.13 | 39.77 | 0.72 | 0.53 |
| Hex | DD | A3 | 31 | 0 | 1A | 4E | D | 28 | 48 | 35 |
| Octal | 335 | 243 | 61 | 0 | 32 | 116 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100011 | 110001 | 0 | 11010 | 1001110 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA331
Complementary color
Monochromatic Colors of #DDA331
Black with #DDA331
Text Example
Text Example
White with #DDA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA331; }
p { color: rgb(221,163,49); }
H1.HeaderClassName
{
color: #DDA331;
}
.AnyTagClassName
{
color: #DDA331;
}
</style>
background-color css
<style>
a { background-color: #DDA331; }
a { background-color: rgb(221,163,49); }
div.DivClassName
{
background-color: #DDA331;
}
.BgClassName
{
background-color: #DDA331;
}
</style>
border-color css
<style>
span { border-color: #DDA331; }
span { border-color: rgb(221,163,49); }
td.TdClassName
{
border-color: #DDA331;
}
.TagClassName
{
border-color: #DDA331;
}
</style>