Shades of Tulip Tree #DDA642
Tints of Tulip Tree #DDA642
RGB
CMYK
RGB Variations
Color information
#DDA642 (or 0xDDA642) is known color: Tulip Tree. HEX triplet: DD, A6 and 42. RGB value is (221,166,66). Sum of RGB (Red+Green+Blue) = 221+166+66=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA642 is #2259BD. Grayscale: #ABABAB. Windows color (decimal): -2251198 or 4368093. OLE color: 4368093.
HSL color Cylindrical-coordinate representation of color #DDA642: hue angle of 38.71º 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 #DDA642 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 66 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.13 |
| HSL | 38.71º | 0.7% | 0.56% | - |
| HSV(B) | 38.71º | 0.7% | 0.87% | - |
| XYZ | 44.44 | 43.04 | 11.12 | - |
| YUV | 171.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 66 | 0 | 0.25 | 0.70 | 0.13 | 38.71 | 0.7 | 0.56 |
| Hex | DD | A6 | 42 | 0 | 19 | 46 | D | 27 | 46 | 38 |
| Octal | 335 | 246 | 102 | 0 | 31 | 106 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100110 | 1000010 | 0 | 11001 | 1000110 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA642
Complementary color
Monochromatic Colors of #DDA642
Black with #DDA642
Text Example
Text Example
White with #DDA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA642; }
p { color: rgb(221,166,66); }
H1.HeaderClassName
{
color: #DDA642;
}
.AnyTagClassName
{
color: #DDA642;
}
</style>
background-color css
<style>
a { background-color: #DDA642; }
a { background-color: rgb(221,166,66); }
div.DivClassName
{
background-color: #DDA642;
}
.BgClassName
{
background-color: #DDA642;
}
</style>
border-color css
<style>
span { border-color: #DDA642; }
span { border-color: rgb(221,166,66); }
td.TdClassName
{
border-color: #DDA642;
}
.TagClassName
{
border-color: #DDA642;
}
</style>