Shades of Tulip Tree #DDA83F
Tints of Tulip Tree #DDA83F
RGB
CMYK
RGB Variations
Color information
#DDA83F (or 0xDDA83F) is known color: Tulip Tree. HEX triplet: DD, A8 and 3F. RGB value is (221,168,63). Sum of RGB (Red+Green+Blue) = 221+168+63=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA83F is #2257C0. Grayscale: #ACACAC. Windows color (decimal): -2250689 or 4171997. OLE color: 4171997.
HSL color Cylindrical-coordinate representation of color #DDA83F: hue angle of 39.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDA83F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 63 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.13 |
| HSL | 39.87º | 0.7% | 0.56% | - |
| HSV(B) | 39.87º | 0.71% | 0.87% | - |
| XYZ | 44.72 | 43.74 | 10.79 | - |
| YUV | 171.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 63 | 0 | 0.24 | 0.71 | 0.13 | 39.87 | 0.7 | 0.56 |
| Hex | DD | A8 | 3F | 0 | 18 | 47 | D | 28 | 46 | 38 |
| Octal | 335 | 250 | 77 | 0 | 30 | 107 | 15 | 50 | 106 | 70 |
| Binary | 11011101 | 10101000 | 111111 | 0 | 11000 | 1000111 | 1101 | 101000 | 1000110 | 111000 |
Color Harmonies of #DDA83F
Complementary color
Monochromatic Colors of #DDA83F
Black with #DDA83F
Text Example
Text Example
White with #DDA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA83F; }
p { color: rgb(221,168,63); }
H1.HeaderClassName
{
color: #DDA83F;
}
.AnyTagClassName
{
color: #DDA83F;
}
</style>
background-color css
<style>
a { background-color: #DDA83F; }
a { background-color: rgb(221,168,63); }
div.DivClassName
{
background-color: #DDA83F;
}
.BgClassName
{
background-color: #DDA83F;
}
</style>
border-color css
<style>
span { border-color: #DDA83F; }
span { border-color: rgb(221,168,63); }
td.TdClassName
{
border-color: #DDA83F;
}
.TagClassName
{
border-color: #DDA83F;
}
</style>