Shades of Tulip Tree #DDB547
Tints of Tulip Tree #DDB547
RGB
CMYK
RGB Variations
Color information
#DDB547 (or 0xDDB547) is known color: Tulip Tree. HEX triplet: DD, B5 and 47. RGB value is (221,181,71). Sum of RGB (Red+Green+Blue) = 221+181+71=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB547 is #224AB8. Grayscale: #B4B4B4. Windows color (decimal): -2247353 or 4699613. OLE color: 4699613.
HSL color Cylindrical-coordinate representation of color #DDB547: hue angle of 44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDB547 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 71 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.13 |
| HSL | 44º | 0.69% | 0.57% | - |
| HSV(B) | 44º | 0.68% | 0.87% | - |
| XYZ | 47.48 | 48.87 | 12.89 | - |
| YUV | 180.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 71 | 0 | 0.18 | 0.68 | 0.13 | 44 | 0.69 | 0.57 |
| Hex | DD | B5 | 47 | 0 | 12 | 44 | D | 2C | 45 | 39 |
| Octal | 335 | 265 | 107 | 0 | 22 | 104 | 15 | 54 | 105 | 71 |
| Binary | 11011101 | 10110101 | 1000111 | 0 | 10010 | 1000100 | 1101 | 101100 | 1000101 | 111001 |
Color Harmonies of #DDB547
Complementary color
Monochromatic Colors of #DDB547
Black with #DDB547
Text Example
Text Example
White with #DDB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB547; }
p { color: rgb(221,181,71); }
H1.HeaderClassName
{
color: #DDB547;
}
.AnyTagClassName
{
color: #DDB547;
}
</style>
background-color css
<style>
a { background-color: #DDB547; }
a { background-color: rgb(221,181,71); }
div.DivClassName
{
background-color: #DDB547;
}
.BgClassName
{
background-color: #DDB547;
}
</style>
border-color css
<style>
span { border-color: #DDB547; }
span { border-color: rgb(221,181,71); }
td.TdClassName
{
border-color: #DDB547;
}
.TagClassName
{
border-color: #DDB547;
}
</style>