Shades of Tulip Tree #DDA336
Tints of Tulip Tree #DDA336
RGB
CMYK
RGB Variations
Color information
#DDA336 (or 0xDDA336) is known color: Tulip Tree. HEX triplet: DD, A3 and 36. RGB value is (221,163,54). Sum of RGB (Red+Green+Blue) = 221+163+54=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA336 is #225CC9. Grayscale: #A8A8A8. Windows color (decimal): -2251978 or 3580893. OLE color: 3580893.
HSL color Cylindrical-coordinate representation of color #DDA336: hue angle of 39.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDA336 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 54 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.13 |
| HSL | 39.16º | 0.71% | 0.54% | - |
| HSV(B) | 39.16º | 0.76% | 0.87% | - |
| XYZ | 43.58 | 41.83 | 9.27 | - |
| YUV | 167.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 54 | 0 | 0.26 | 0.76 | 0.13 | 39.16 | 0.71 | 0.54 |
| Hex | DD | A3 | 36 | 0 | 1A | 4C | D | 27 | 47 | 36 |
| Octal | 335 | 243 | 66 | 0 | 32 | 114 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100011 | 110110 | 0 | 11010 | 1001100 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA336
Complementary color
Monochromatic Colors of #DDA336
Black with #DDA336
Text Example
Text Example
White with #DDA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA336; }
p { color: rgb(221,163,54); }
H1.HeaderClassName
{
color: #DDA336;
}
.AnyTagClassName
{
color: #DDA336;
}
</style>
background-color css
<style>
a { background-color: #DDA336; }
a { background-color: rgb(221,163,54); }
div.DivClassName
{
background-color: #DDA336;
}
.BgClassName
{
background-color: #DDA336;
}
</style>
border-color css
<style>
span { border-color: #DDA336; }
span { border-color: rgb(221,163,54); }
td.TdClassName
{
border-color: #DDA336;
}
.TagClassName
{
border-color: #DDA336;
}
</style>