Shades of Tulip Tree #DDA731
Tints of Tulip Tree #DDA731
RGB
CMYK
RGB Variations
Color information
#DDA731 (or 0xDDA731) is known color: Tulip Tree. HEX triplet: DD, A7 and 31. RGB value is (221,167,49). Sum of RGB (Red+Green+Blue) = 221+167+49=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA731 is #2258CE. Grayscale: #AAAAAA. Windows color (decimal): -2250959 or 3254237. OLE color: 3254237.
HSL color Cylindrical-coordinate representation of color #DDA731: hue angle of 41.16º 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 #DDA731 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 49 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.13 |
| HSL | 41.16º | 0.72% | 0.53% | - |
| HSV(B) | 41.16º | 0.78% | 0.87% | - |
| XYZ | 44.19 | 43.23 | 8.92 | - |
| YUV | 169.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 49 | 0 | 0.24 | 0.78 | 0.13 | 41.16 | 0.72 | 0.53 |
| Hex | DD | A7 | 31 | 0 | 18 | 4E | D | 29 | 48 | 35 |
| Octal | 335 | 247 | 61 | 0 | 30 | 116 | 15 | 51 | 110 | 65 |
| Binary | 11011101 | 10100111 | 110001 | 0 | 11000 | 1001110 | 1101 | 101001 | 1001000 | 110101 |
Color Harmonies of #DDA731
Complementary color
Monochromatic Colors of #DDA731
Black with #DDA731
Text Example
Text Example
White with #DDA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA731; }
p { color: rgb(221,167,49); }
H1.HeaderClassName
{
color: #DDA731;
}
.AnyTagClassName
{
color: #DDA731;
}
</style>
background-color css
<style>
a { background-color: #DDA731; }
a { background-color: rgb(221,167,49); }
div.DivClassName
{
background-color: #DDA731;
}
.BgClassName
{
background-color: #DDA731;
}
</style>
border-color css
<style>
span { border-color: #DDA731; }
span { border-color: rgb(221,167,49); }
td.TdClassName
{
border-color: #DDA731;
}
.TagClassName
{
border-color: #DDA731;
}
</style>