Shades of Tulip Tree #DDA341
Tints of Tulip Tree #DDA341
RGB
CMYK
RGB Variations
Color information
#DDA341 (or 0xDDA341) is known color: Tulip Tree. HEX triplet: DD, A3 and 41. RGB value is (221,163,65). Sum of RGB (Red+Green+Blue) = 221+163+65=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA341 is #225CBE. Grayscale: #A9A9A9. Windows color (decimal): -2251967 or 4301789. OLE color: 4301789.
HSL color Cylindrical-coordinate representation of color #DDA341: hue angle of 37.69º 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 #DDA341 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 65 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.13 |
| HSL | 37.69º | 0.7% | 0.56% | - |
| HSV(B) | 37.69º | 0.71% | 0.87% | - |
| XYZ | 43.87 | 41.95 | 10.79 | - |
| YUV | 169.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 65 | 0 | 0.26 | 0.71 | 0.13 | 37.69 | 0.7 | 0.56 |
| Hex | DD | A3 | 41 | 0 | 1A | 47 | D | 26 | 46 | 38 |
| Octal | 335 | 243 | 101 | 0 | 32 | 107 | 15 | 46 | 106 | 70 |
| Binary | 11011101 | 10100011 | 1000001 | 0 | 11010 | 1000111 | 1101 | 100110 | 1000110 | 111000 |
Color Harmonies of #DDA341
Complementary color
Monochromatic Colors of #DDA341
Black with #DDA341
Text Example
Text Example
White with #DDA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA341; }
p { color: rgb(221,163,65); }
H1.HeaderClassName
{
color: #DDA341;
}
.AnyTagClassName
{
color: #DDA341;
}
</style>
background-color css
<style>
a { background-color: #DDA341; }
a { background-color: rgb(221,163,65); }
div.DivClassName
{
background-color: #DDA341;
}
.BgClassName
{
background-color: #DDA341;
}
</style>
border-color css
<style>
span { border-color: #DDA341; }
span { border-color: rgb(221,163,65); }
td.TdClassName
{
border-color: #DDA341;
}
.TagClassName
{
border-color: #DDA341;
}
</style>