Shades of Tulip Tree #DDA53F
Tints of Tulip Tree #DDA53F
RGB
CMYK
RGB Variations
Color information
#DDA53F (or 0xDDA53F) is known color: Tulip Tree. HEX triplet: DD, A5 and 3F. RGB value is (221,165,63). Sum of RGB (Red+Green+Blue) = 221+165+63=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA53F is #225AC0. Grayscale: #AAAAAA. Windows color (decimal): -2251457 or 4171229. OLE color: 4171229.
HSL color Cylindrical-coordinate representation of color #DDA53F: hue angle of 38.73º 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 #DDA53F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.13 |
| HSL | 38.73º | 0.7% | 0.56% | - |
| HSV(B) | 38.73º | 0.71% | 0.87% | - |
| XYZ | 44.17 | 42.64 | 10.61 | - |
| YUV | 170.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 63 | 0 | 0.25 | 0.71 | 0.13 | 38.73 | 0.7 | 0.56 |
| Hex | DD | A5 | 3F | 0 | 19 | 47 | D | 27 | 46 | 38 |
| Octal | 335 | 245 | 77 | 0 | 31 | 107 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100101 | 111111 | 0 | 11001 | 1000111 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA53F
Complementary color
Monochromatic Colors of #DDA53F
Black with #DDA53F
Text Example
Text Example
White with #DDA53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA53F; }
p { color: rgb(221,165,63); }
H1.HeaderClassName
{
color: #DDA53F;
}
.AnyTagClassName
{
color: #DDA53F;
}
</style>
background-color css
<style>
a { background-color: #DDA53F; }
a { background-color: rgb(221,165,63); }
div.DivClassName
{
background-color: #DDA53F;
}
.BgClassName
{
background-color: #DDA53F;
}
</style>
border-color css
<style>
span { border-color: #DDA53F; }
span { border-color: rgb(221,165,63); }
td.TdClassName
{
border-color: #DDA53F;
}
.TagClassName
{
border-color: #DDA53F;
}
</style>