Shades of Tulip Tree #DDA441
Tints of Tulip Tree #DDA441
RGB
CMYK
RGB Variations
Color information
#DDA441 (or 0xDDA441) is known color: Tulip Tree. HEX triplet: DD, A4 and 41. RGB value is (221,164,65). Sum of RGB (Red+Green+Blue) = 221+164+65=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA441 is #225BBE. Grayscale: #AAAAAA. Windows color (decimal): -2251711 or 4302045. OLE color: 4302045.
HSL color Cylindrical-coordinate representation of color #DDA441: hue angle of 38.08º 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 #DDA441 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 65 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.13 |
| HSL | 38.08º | 0.7% | 0.56% | - |
| HSV(B) | 38.08º | 0.71% | 0.87% | - |
| XYZ | 44.05 | 42.3 | 10.85 | - |
| YUV | 169.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 65 | 0 | 0.26 | 0.71 | 0.13 | 38.08 | 0.7 | 0.56 |
| Hex | DD | A4 | 41 | 0 | 1A | 47 | D | 26 | 46 | 38 |
| Octal | 335 | 244 | 101 | 0 | 32 | 107 | 15 | 46 | 106 | 70 |
| Binary | 11011101 | 10100100 | 1000001 | 0 | 11010 | 1000111 | 1101 | 100110 | 1000110 | 111000 |
Color Harmonies of #DDA441
Complementary color
Monochromatic Colors of #DDA441
Black with #DDA441
Text Example
Text Example
White with #DDA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA441; }
p { color: rgb(221,164,65); }
H1.HeaderClassName
{
color: #DDA441;
}
.AnyTagClassName
{
color: #DDA441;
}
</style>
background-color css
<style>
a { background-color: #DDA441; }
a { background-color: rgb(221,164,65); }
div.DivClassName
{
background-color: #DDA441;
}
.BgClassName
{
background-color: #DDA441;
}
</style>
border-color css
<style>
span { border-color: #DDA441; }
span { border-color: rgb(221,164,65); }
td.TdClassName
{
border-color: #DDA441;
}
.TagClassName
{
border-color: #DDA441;
}
</style>