Shades of Tulip Tree #DDA842
Tints of Tulip Tree #DDA842
RGB
CMYK
RGB Variations
Color information
#DDA842 (or 0xDDA842) is known color: Tulip Tree. HEX triplet: DD, A8 and 42. RGB value is (221,168,66). Sum of RGB (Red+Green+Blue) = 221+168+66=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA842 is #2257BD. Grayscale: #ACACAC. Windows color (decimal): -2250686 or 4368605. OLE color: 4368605.
HSL color Cylindrical-coordinate representation of color #DDA842: hue angle of 39.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDA842 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 66 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.13 |
| HSL | 39.48º | 0.7% | 0.56% | - |
| HSV(B) | 39.48º | 0.7% | 0.87% | - |
| XYZ | 44.8 | 43.77 | 11.24 | - |
| YUV | 172.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 66 | 0 | 0.24 | 0.70 | 0.13 | 39.48 | 0.7 | 0.56 |
| Hex | DD | A8 | 42 | 0 | 18 | 46 | D | 27 | 46 | 38 |
| Octal | 335 | 250 | 102 | 0 | 30 | 106 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10101000 | 1000010 | 0 | 11000 | 1000110 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA842
Complementary color
Monochromatic Colors of #DDA842
Black with #DDA842
Text Example
Text Example
White with #DDA842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA842; }
p { color: rgb(221,168,66); }
H1.HeaderClassName
{
color: #DDA842;
}
.AnyTagClassName
{
color: #DDA842;
}
</style>
background-color css
<style>
a { background-color: #DDA842; }
a { background-color: rgb(221,168,66); }
div.DivClassName
{
background-color: #DDA842;
}
.BgClassName
{
background-color: #DDA842;
}
</style>
border-color css
<style>
span { border-color: #DDA842; }
span { border-color: rgb(221,168,66); }
td.TdClassName
{
border-color: #DDA842;
}
.TagClassName
{
border-color: #DDA842;
}
</style>