Shades of Tulip Tree #DDA334
Tints of Tulip Tree #DDA334
RGB
CMYK
RGB Variations
Color information
#DDA334 (or 0xDDA334) is known color: Tulip Tree. HEX triplet: DD, A3 and 34. RGB value is (221,163,52). Sum of RGB (Red+Green+Blue) = 221+163+52=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA334 is #225CCB. Grayscale: #A8A8A8. Windows color (decimal): -2251980 or 3449821. OLE color: 3449821.
HSL color Cylindrical-coordinate representation of color #DDA334: hue angle of 39.41º 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 #DDA334 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 52 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.13 |
| HSL | 39.41º | 0.71% | 0.54% | - |
| HSV(B) | 39.41º | 0.76% | 0.87% | - |
| XYZ | 43.54 | 41.81 | 9.03 | - |
| YUV | 167.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 52 | 0 | 0.26 | 0.76 | 0.13 | 39.41 | 0.71 | 0.54 |
| Hex | DD | A3 | 34 | 0 | 1A | 4C | D | 27 | 47 | 36 |
| Octal | 335 | 243 | 64 | 0 | 32 | 114 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100011 | 110100 | 0 | 11010 | 1001100 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA334
Complementary color
Monochromatic Colors of #DDA334
Black with #DDA334
Text Example
Text Example
White with #DDA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA334; }
p { color: rgb(221,163,52); }
H1.HeaderClassName
{
color: #DDA334;
}
.AnyTagClassName
{
color: #DDA334;
}
</style>
background-color css
<style>
a { background-color: #DDA334; }
a { background-color: rgb(221,163,52); }
div.DivClassName
{
background-color: #DDA334;
}
.BgClassName
{
background-color: #DDA334;
}
</style>
border-color css
<style>
span { border-color: #DDA334; }
span { border-color: rgb(221,163,52); }
td.TdClassName
{
border-color: #DDA334;
}
.TagClassName
{
border-color: #DDA334;
}
</style>