Shades of Tulip Tree #DDA234
Tints of Tulip Tree #DDA234
RGB
CMYK
RGB Variations
Color information
#DDA234 (or 0xDDA234) is known color: Tulip Tree. HEX triplet: DD, A2 and 34. RGB value is (221,162,52). Sum of RGB (Red+Green+Blue) = 221+162+52=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA234 is #225DCB. Grayscale: #A7A7A7. Windows color (decimal): -2252236 or 3449565. OLE color: 3449565.
HSL color Cylindrical-coordinate representation of color #DDA234: hue angle of 39.05º 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 #DDA234 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 52 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.13 |
| HSL | 39.05º | 0.71% | 0.54% | - |
| HSV(B) | 39.05º | 0.76% | 0.87% | - |
| XYZ | 43.36 | 41.46 | 8.97 | - |
| YUV | 167.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 52 | 0 | 0.27 | 0.76 | 0.13 | 39.05 | 0.71 | 0.54 |
| Hex | DD | A2 | 34 | 0 | 1B | 4C | D | 27 | 47 | 36 |
| Octal | 335 | 242 | 64 | 0 | 33 | 114 | 15 | 47 | 107 | 66 |
| Binary | 11011101 | 10100010 | 110100 | 0 | 11011 | 1001100 | 1101 | 100111 | 1000111 | 110110 |
Color Harmonies of #DDA234
Complementary color
Monochromatic Colors of #DDA234
Black with #DDA234
Text Example
Text Example
White with #DDA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA234; }
p { color: rgb(221,162,52); }
H1.HeaderClassName
{
color: #DDA234;
}
.AnyTagClassName
{
color: #DDA234;
}
</style>
background-color css
<style>
a { background-color: #DDA234; }
a { background-color: rgb(221,162,52); }
div.DivClassName
{
background-color: #DDA234;
}
.BgClassName
{
background-color: #DDA234;
}
</style>
border-color css
<style>
span { border-color: #DDA234; }
span { border-color: rgb(221,162,52); }
td.TdClassName
{
border-color: #DDA234;
}
.TagClassName
{
border-color: #DDA234;
}
</style>