Shades of Tulip Tree #DDA53A
Tints of Tulip Tree #DDA53A
RGB
CMYK
RGB Variations
Color information
#DDA53A (or 0xDDA53A) is known color: Tulip Tree. HEX triplet: DD, A5 and 3A. RGB value is (221,165,58). Sum of RGB (Red+Green+Blue) = 221+165+58=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA53A is #225AC5. Grayscale: #AAAAAA. Windows color (decimal): -2251462 or 3843549. OLE color: 3843549.
HSL color Cylindrical-coordinate representation of color #DDA53A: hue angle of 39.39º 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 #DDA53A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 58 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.13 |
| HSL | 39.39º | 0.71% | 0.55% | - |
| HSV(B) | 39.39º | 0.74% | 0.87% | - |
| XYZ | 44.04 | 42.59 | 9.9 | - |
| YUV | 169.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 58 | 0 | 0.25 | 0.74 | 0.13 | 39.39 | 0.71 | 0.55 |
| Hex | DD | A5 | 3A | 0 | 19 | 4A | D | 27 | 47 | 37 |
| Octal | 335 | 245 | 72 | 0 | 31 | 112 | 15 | 47 | 107 | 67 |
| Binary | 11011101 | 10100101 | 111010 | 0 | 11001 | 1001010 | 1101 | 100111 | 1000111 | 110111 |
Color Harmonies of #DDA53A
Complementary color
Monochromatic Colors of #DDA53A
Black with #DDA53A
Text Example
Text Example
White with #DDA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA53A; }
p { color: rgb(221,165,58); }
H1.HeaderClassName
{
color: #DDA53A;
}
.AnyTagClassName
{
color: #DDA53A;
}
</style>
background-color css
<style>
a { background-color: #DDA53A; }
a { background-color: rgb(221,165,58); }
div.DivClassName
{
background-color: #DDA53A;
}
.BgClassName
{
background-color: #DDA53A;
}
</style>
border-color css
<style>
span { border-color: #DDA53A; }
span { border-color: rgb(221,165,58); }
td.TdClassName
{
border-color: #DDA53A;
}
.TagClassName
{
border-color: #DDA53A;
}
</style>