Shades of Tulip Tree #DDA43A
Tints of Tulip Tree #DDA43A
RGB
CMYK
RGB Variations
Color information
#DDA43A (or 0xDDA43A) is known color: Tulip Tree. HEX triplet: DD, A4 and 3A. RGB value is (221,164,58). Sum of RGB (Red+Green+Blue) = 221+164+58=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA43A is #225BC5. Grayscale: #A9A9A9. Windows color (decimal): -2251718 or 3843293. OLE color: 3843293.
HSL color Cylindrical-coordinate representation of color #DDA43A: hue angle of 39.02º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDA43A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 58 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.13 |
| HSL | 39.02º | 0.71% | 0.55% | - |
| HSV(B) | 39.02º | 0.74% | 0.87% | - |
| XYZ | 43.86 | 42.23 | 9.84 | - |
| YUV | 168.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 58 | 0 | 0.26 | 0.74 | 0.13 | 39.02 | 0.71 | 0.55 |
| Hex | DD | A4 | 3A | 0 | 1A | 4A | D | 27 | 47 | 37 |
| Octal | 335 | 244 | 72 | 0 | 32 | 112 | 15 | 47 | 107 | 67 |
| Binary | 11011101 | 10100100 | 111010 | 0 | 11010 | 1001010 | 1101 | 100111 | 1000111 | 110111 |
Color Harmonies of #DDA43A
Complementary color
Monochromatic Colors of #DDA43A
Black with #DDA43A
Text Example
Text Example
White with #DDA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA43A; }
p { color: rgb(221,164,58); }
H1.HeaderClassName
{
color: #DDA43A;
}
.AnyTagClassName
{
color: #DDA43A;
}
</style>
background-color css
<style>
a { background-color: #DDA43A; }
a { background-color: rgb(221,164,58); }
div.DivClassName
{
background-color: #DDA43A;
}
.BgClassName
{
background-color: #DDA43A;
}
</style>
border-color css
<style>
span { border-color: #DDA43A; }
span { border-color: rgb(221,164,58); }
td.TdClassName
{
border-color: #DDA43A;
}
.TagClassName
{
border-color: #DDA43A;
}
</style>