Shades of Tulip Tree #DDA641
Tints of Tulip Tree #DDA641
RGB
CMYK
RGB Variations
Color information
#DDA641 (or 0xDDA641) is known color: Tulip Tree. HEX triplet: DD, A6 and 41. RGB value is (221,166,65). Sum of RGB (Red+Green+Blue) = 221+166+65=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA641 is #2259BE. Grayscale: #ABABAB. Windows color (decimal): -2251199 or 4302557. OLE color: 4302557.
HSL color Cylindrical-coordinate representation of color #DDA641: hue angle of 38.85º 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 #DDA641 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 65 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.13 |
| HSL | 38.85º | 0.7% | 0.56% | - |
| HSV(B) | 38.85º | 0.71% | 0.87% | - |
| XYZ | 44.41 | 43.03 | 10.97 | - |
| YUV | 170.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 65 | 0 | 0.25 | 0.71 | 0.13 | 38.85 | 0.7 | 0.56 |
| Hex | DD | A6 | 41 | 0 | 19 | 47 | D | 27 | 46 | 38 |
| Octal | 335 | 246 | 101 | 0 | 31 | 107 | 15 | 47 | 106 | 70 |
| Binary | 11011101 | 10100110 | 1000001 | 0 | 11001 | 1000111 | 1101 | 100111 | 1000110 | 111000 |
Color Harmonies of #DDA641
Complementary color
Monochromatic Colors of #DDA641
Black with #DDA641
Text Example
Text Example
White with #DDA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA641; }
p { color: rgb(221,166,65); }
H1.HeaderClassName
{
color: #DDA641;
}
.AnyTagClassName
{
color: #DDA641;
}
</style>
background-color css
<style>
a { background-color: #DDA641; }
a { background-color: rgb(221,166,65); }
div.DivClassName
{
background-color: #DDA641;
}
.BgClassName
{
background-color: #DDA641;
}
</style>
border-color css
<style>
span { border-color: #DDA641; }
span { border-color: rgb(221,166,65); }
td.TdClassName
{
border-color: #DDA641;
}
.TagClassName
{
border-color: #DDA641;
}
</style>