Shades of Tulip Tree #DDA531
Tints of Tulip Tree #DDA531
RGB
CMYK
RGB Variations
Color information
#DDA531 (or 0xDDA531) is known color: Tulip Tree. HEX triplet: DD, A5 and 31. RGB value is (221,165,49). Sum of RGB (Red+Green+Blue) = 221+165+49=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA531 is #225ACE. Grayscale: #A9A9A9. Windows color (decimal): -2251471 or 3253725. OLE color: 3253725.
HSL color Cylindrical-coordinate representation of color #DDA531: hue angle of 40.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDA531 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 49 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.13 |
| HSL | 40.47º | 0.72% | 0.53% | - |
| HSV(B) | 40.47º | 0.78% | 0.87% | - |
| XYZ | 43.83 | 42.5 | 8.8 | - |
| YUV | 168.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 49 | 0 | 0.25 | 0.78 | 0.13 | 40.47 | 0.72 | 0.53 |
| Hex | DD | A5 | 31 | 0 | 19 | 4E | D | 28 | 48 | 35 |
| Octal | 335 | 245 | 61 | 0 | 31 | 116 | 15 | 50 | 110 | 65 |
| Binary | 11011101 | 10100101 | 110001 | 0 | 11001 | 1001110 | 1101 | 101000 | 1001000 | 110101 |
Color Harmonies of #DDA531
Complementary color
Monochromatic Colors of #DDA531
Black with #DDA531
Text Example
Text Example
White with #DDA531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA531; }
p { color: rgb(221,165,49); }
H1.HeaderClassName
{
color: #DDA531;
}
.AnyTagClassName
{
color: #DDA531;
}
</style>
background-color css
<style>
a { background-color: #DDA531; }
a { background-color: rgb(221,165,49); }
div.DivClassName
{
background-color: #DDA531;
}
.BgClassName
{
background-color: #DDA531;
}
</style>
border-color css
<style>
span { border-color: #DDA531; }
span { border-color: rgb(221,165,49); }
td.TdClassName
{
border-color: #DDA531;
}
.TagClassName
{
border-color: #DDA531;
}
</style>