Shades of Tulip Tree #DDA53C
Tints of Tulip Tree #DDA53C
RGB
CMYK
RGB Variations
Color information
#DDA53C (or 0xDDA53C) is known color: Tulip Tree. HEX triplet: DD, A5 and 3C. RGB value is (221,165,60). Sum of RGB (Red+Green+Blue) = 221+165+60=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA53C is #225AC3. Grayscale: #AAAAAA. Windows color (decimal): -2251460 or 3974621. OLE color: 3974621.
HSL color Cylindrical-coordinate representation of color #DDA53C: hue angle of 39.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDA53C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.13 |
| HSL | 39.13º | 0.7% | 0.55% | - |
| HSV(B) | 39.13º | 0.73% | 0.87% | - |
| XYZ | 44.09 | 42.61 | 10.18 | - |
| YUV | 169.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 60 | 0 | 0.25 | 0.73 | 0.13 | 39.13 | 0.7 | 0.55 |
| Hex | DD | A5 | 3C | 0 | 19 | 49 | D | 27 | 46 | 37 |
| Octal | 335 | 245 | 74 | 0 | 31 | 111 | 15 | 47 | 106 | 67 |
| Binary | 11011101 | 10100101 | 111100 | 0 | 11001 | 1001001 | 1101 | 100111 | 1000110 | 110111 |
Color Harmonies of #DDA53C
Complementary color
Monochromatic Colors of #DDA53C
Black with #DDA53C
Text Example
Text Example
White with #DDA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA53C; }
p { color: rgb(221,165,60); }
H1.HeaderClassName
{
color: #DDA53C;
}
.AnyTagClassName
{
color: #DDA53C;
}
</style>
background-color css
<style>
a { background-color: #DDA53C; }
a { background-color: rgb(221,165,60); }
div.DivClassName
{
background-color: #DDA53C;
}
.BgClassName
{
background-color: #DDA53C;
}
</style>
border-color css
<style>
span { border-color: #DDA53C; }
span { border-color: rgb(221,165,60); }
td.TdClassName
{
border-color: #DDA53C;
}
.TagClassName
{
border-color: #DDA53C;
}
</style>