Shades of Tulip Tree #DDA93E
Tints of Tulip Tree #DDA93E
RGB
CMYK
RGB Variations
Color information
#DDA93E (or 0xDDA93E) is known color: Tulip Tree. HEX triplet: DD, A9 and 3E. RGB value is (221,169,62). Sum of RGB (Red+Green+Blue) = 221+169+62=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93E is #2256C1. Grayscale: #ACACAC. Windows color (decimal): -2250434 or 4106717. OLE color: 4106717.
HSL color Cylindrical-coordinate representation of color #DDA93E: hue angle of 40.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA93E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 62 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.13 |
| HSL | 40.38º | 0.7% | 0.55% | - |
| HSV(B) | 40.38º | 0.72% | 0.87% | - |
| XYZ | 44.88 | 44.1 | 10.7 | - |
| YUV | 172.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 62 | 0 | 0.24 | 0.72 | 0.13 | 40.38 | 0.7 | 0.55 |
| Hex | DD | A9 | 3E | 0 | 18 | 48 | D | 28 | 46 | 37 |
| Octal | 335 | 251 | 76 | 0 | 30 | 110 | 15 | 50 | 106 | 67 |
| Binary | 11011101 | 10101001 | 111110 | 0 | 11000 | 1001000 | 1101 | 101000 | 1000110 | 110111 |
Color Harmonies of #DDA93E
Complementary color
Monochromatic Colors of #DDA93E
Black with #DDA93E
Text Example
Text Example
White with #DDA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA93E; }
p { color: rgb(221,169,62); }
H1.HeaderClassName
{
color: #DDA93E;
}
.AnyTagClassName
{
color: #DDA93E;
}
</style>
background-color css
<style>
a { background-color: #DDA93E; }
a { background-color: rgb(221,169,62); }
div.DivClassName
{
background-color: #DDA93E;
}
.BgClassName
{
background-color: #DDA93E;
}
</style>
border-color css
<style>
span { border-color: #DDA93E; }
span { border-color: rgb(221,169,62); }
td.TdClassName
{
border-color: #DDA93E;
}
.TagClassName
{
border-color: #DDA93E;
}
</style>