Shades of Tulip Tree #DDA83E
Tints of Tulip Tree #DDA83E
RGB
CMYK
RGB Variations
Color information
#DDA83E (or 0xDDA83E) is known color: Tulip Tree. HEX triplet: DD, A8 and 3E. RGB value is (221,168,62). Sum of RGB (Red+Green+Blue) = 221+168+62=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA83E is #2257C1. Grayscale: #ACACAC. Windows color (decimal): -2250690 or 4106461. OLE color: 4106461.
HSL color Cylindrical-coordinate representation of color #DDA83E: hue angle of 40º 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 #DDA83E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 62 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.13 |
| HSL | 40º | 0.7% | 0.55% | - |
| HSV(B) | 40º | 0.72% | 0.87% | - |
| XYZ | 44.69 | 43.73 | 10.64 | - |
| YUV | 171.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 62 | 0 | 0.24 | 0.72 | 0.13 | 40 | 0.7 | 0.55 |
| Hex | DD | A8 | 3E | 0 | 18 | 48 | D | 28 | 46 | 37 |
| Octal | 335 | 250 | 76 | 0 | 30 | 110 | 15 | 50 | 106 | 67 |
| Binary | 11011101 | 10101000 | 111110 | 0 | 11000 | 1001000 | 1101 | 101000 | 1000110 | 110111 |
Color Harmonies of #DDA83E
Complementary color
Monochromatic Colors of #DDA83E
Black with #DDA83E
Text Example
Text Example
White with #DDA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA83E; }
p { color: rgb(221,168,62); }
H1.HeaderClassName
{
color: #DDA83E;
}
.AnyTagClassName
{
color: #DDA83E;
}
</style>
background-color css
<style>
a { background-color: #DDA83E; }
a { background-color: rgb(221,168,62); }
div.DivClassName
{
background-color: #DDA83E;
}
.BgClassName
{
background-color: #DDA83E;
}
</style>
border-color css
<style>
span { border-color: #DDA83E; }
span { border-color: rgb(221,168,62); }
td.TdClassName
{
border-color: #DDA83E;
}
.TagClassName
{
border-color: #DDA83E;
}
</style>