Shades of Tulip Tree #DDA133
Tints of Tulip Tree #DDA133
RGB
CMYK
RGB Variations
Color information
#DDA133 (or 0xDDA133) is known color: Tulip Tree. HEX triplet: DD, A1 and 33. RGB value is (221,161,51). Sum of RGB (Red+Green+Blue) = 221+161+51=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA133 is #225ECC. Grayscale: #A6A6A6. Windows color (decimal): -2252493 or 3383773. OLE color: 3383773.
HSL color Cylindrical-coordinate representation of color #DDA133: hue angle of 38.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA133 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 51 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.13 |
| HSL | 38.82º | 0.71% | 0.53% | - |
| HSV(B) | 38.82º | 0.77% | 0.87% | - |
| XYZ | 43.16 | 41.1 | 8.79 | - |
| YUV | 166.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 51 | 0 | 0.27 | 0.77 | 0.13 | 38.82 | 0.71 | 0.53 |
| Hex | DD | A1 | 33 | 0 | 1B | 4D | D | 27 | 47 | 35 |
| Octal | 335 | 241 | 63 | 0 | 33 | 115 | 15 | 47 | 107 | 65 |
| Binary | 11011101 | 10100001 | 110011 | 0 | 11011 | 1001101 | 1101 | 100111 | 1000111 | 110101 |
Color Harmonies of #DDA133
Complementary color
Monochromatic Colors of #DDA133
Black with #DDA133
Text Example
Text Example
White with #DDA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA133; }
p { color: rgb(221,161,51); }
H1.HeaderClassName
{
color: #DDA133;
}
.AnyTagClassName
{
color: #DDA133;
}
</style>
background-color css
<style>
a { background-color: #DDA133; }
a { background-color: rgb(221,161,51); }
div.DivClassName
{
background-color: #DDA133;
}
.BgClassName
{
background-color: #DDA133;
}
</style>
border-color css
<style>
span { border-color: #DDA133; }
span { border-color: rgb(221,161,51); }
td.TdClassName
{
border-color: #DDA133;
}
.TagClassName
{
border-color: #DDA133;
}
</style>