Shades of Tulip Tree #DDA533
Tints of Tulip Tree #DDA533
RGB
CMYK
RGB Variations
Color information
#DDA533 (or 0xDDA533) is known color: Tulip Tree. HEX triplet: DD, A5 and 33. RGB value is (221,165,51). Sum of RGB (Red+Green+Blue) = 221+165+51=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA533 is #225ACC. Grayscale: #A9A9A9. Windows color (decimal): -2251469 or 3384797. OLE color: 3384797.
HSL color Cylindrical-coordinate representation of color #DDA533: hue angle of 40.24º 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 #DDA533 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 51 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.13 |
| HSL | 40.24º | 0.71% | 0.53% | - |
| HSV(B) | 40.24º | 0.77% | 0.87% | - |
| XYZ | 43.87 | 42.52 | 9.03 | - |
| YUV | 168.75 | 61.55 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 51 | 0 | 0.25 | 0.77 | 0.13 | 40.24 | 0.71 | 0.53 |
| Hex | DD | A5 | 33 | 0 | 19 | 4D | D | 28 | 47 | 35 |
| Octal | 335 | 245 | 63 | 0 | 31 | 115 | 15 | 50 | 107 | 65 |
| Binary | 11011101 | 10100101 | 110011 | 0 | 11001 | 1001101 | 1101 | 101000 | 1000111 | 110101 |
Color Harmonies of #DDA533
Complementary color
Monochromatic Colors of #DDA533
Black with #DDA533
Text Example
Text Example
White with #DDA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA533; }
p { color: rgb(221,165,51); }
H1.HeaderClassName
{
color: #DDA533;
}
.AnyTagClassName
{
color: #DDA533;
}
</style>
background-color css
<style>
a { background-color: #DDA533; }
a { background-color: rgb(221,165,51); }
div.DivClassName
{
background-color: #DDA533;
}
.BgClassName
{
background-color: #DDA533;
}
</style>
border-color css
<style>
span { border-color: #DDA533; }
span { border-color: rgb(221,165,51); }
td.TdClassName
{
border-color: #DDA533;
}
.TagClassName
{
border-color: #DDA533;
}
</style>