Shades of Tulip Tree #DDA93F
Tints of Tulip Tree #DDA93F
RGB
CMYK
RGB Variations
Color information
#DDA93F (or 0xDDA93F) is known color: Tulip Tree. HEX triplet: DD, A9 and 3F. RGB value is (221,169,63). Sum of RGB (Red+Green+Blue) = 221+169+63=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93F is #2256C0. Grayscale: #ACACAC. Windows color (decimal): -2250433 or 4172253. OLE color: 4172253.
HSL color Cylindrical-coordinate representation of color #DDA93F: hue angle of 40.25º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDA93F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 63 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 40.25º | 0.7% | 0.56% | - |
| HSV(B) | 40.25º | 0.71% | 0.87% | - |
| XYZ | 44.9 | 44.11 | 10.85 | - |
| YUV | 172.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 63 | 0 | 0.24 | 0.71 | 0.13 | 40.25 | 0.7 | 0.56 |
| Hex | DD | A9 | 3F | 0 | 18 | 47 | D | 28 | 46 | 38 |
| Octal | 335 | 251 | 77 | 0 | 30 | 107 | 15 | 50 | 106 | 70 |
| Binary | 11011101 | 10101001 | 111111 | 0 | 11000 | 1000111 | 1101 | 101000 | 1000110 | 111000 |
Color Harmonies of #DDA93F
Complementary color
Monochromatic Colors of #DDA93F
Black with #DDA93F
Text Example
Text Example
White with #DDA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA93F; }
p { color: rgb(221,169,63); }
H1.HeaderClassName
{
color: #DDA93F;
}
.AnyTagClassName
{
color: #DDA93F;
}
</style>
background-color css
<style>
a { background-color: #DDA93F; }
a { background-color: rgb(221,169,63); }
div.DivClassName
{
background-color: #DDA93F;
}
.BgClassName
{
background-color: #DDA93F;
}
</style>
border-color css
<style>
span { border-color: #DDA93F; }
span { border-color: rgb(221,169,63); }
td.TdClassName
{
border-color: #DDA93F;
}
.TagClassName
{
border-color: #DDA93F;
}
</style>