Shades of Tulip Tree #DDA23E
Tints of Tulip Tree #DDA23E
RGB
CMYK
RGB Variations
Color information
#DDA23E (or 0xDDA23E) is known color: Tulip Tree. HEX triplet: DD, A2 and 3E. RGB value is (221,162,62). Sum of RGB (Red+Green+Blue) = 221+162+62=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23E is #225DC1. Grayscale: #A8A8A8. Windows color (decimal): -2252226 or 4104925. OLE color: 4104925.
HSL color Cylindrical-coordinate representation of color #DDA23E: hue angle of 37.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDA23E is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 62 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.13 |
| HSL | 37.74º | 0.7% | 0.55% | - |
| HSV(B) | 37.74º | 0.72% | 0.87% | - |
| XYZ | 43.61 | 41.56 | 10.28 | - |
| YUV | 168.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 62 | 0 | 0.27 | 0.72 | 0.13 | 37.74 | 0.7 | 0.55 |
| Hex | DD | A2 | 3E | 0 | 1B | 48 | D | 26 | 46 | 37 |
| Octal | 335 | 242 | 76 | 0 | 33 | 110 | 15 | 46 | 106 | 67 |
| Binary | 11011101 | 10100010 | 111110 | 0 | 11011 | 1001000 | 1101 | 100110 | 1000110 | 110111 |
Color Harmonies of #DDA23E
Complementary color
Monochromatic Colors of #DDA23E
Black with #DDA23E
Text Example
Text Example
White with #DDA23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA23E; }
p { color: rgb(221,162,62); }
H1.HeaderClassName
{
color: #DDA23E;
}
.AnyTagClassName
{
color: #DDA23E;
}
</style>
background-color css
<style>
a { background-color: #DDA23E; }
a { background-color: rgb(221,162,62); }
div.DivClassName
{
background-color: #DDA23E;
}
.BgClassName
{
background-color: #DDA23E;
}
</style>
border-color css
<style>
span { border-color: #DDA23E; }
span { border-color: rgb(221,162,62); }
td.TdClassName
{
border-color: #DDA23E;
}
.TagClassName
{
border-color: #DDA23E;
}
</style>