Shades of Tulip Tree #DDAB3C
Tints of Tulip Tree #DDAB3C
RGB
CMYK
RGB Variations
Color information
#DDAB3C (or 0xDDAB3C) is known color: Tulip Tree. HEX triplet: DD, AB and 3C. RGB value is (221,171,60). Sum of RGB (Red+Green+Blue) = 221+171+60=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB3C is #2254C3. Grayscale: #ADADAD. Windows color (decimal): -2249924 or 3976157. OLE color: 3976157.
HSL color Cylindrical-coordinate representation of color #DDAB3C: hue angle of 41.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDAB3C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 60 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.13 |
| HSL | 41.37º | 0.7% | 0.55% | - |
| HSV(B) | 41.37º | 0.73% | 0.87% | - |
| XYZ | 45.2 | 44.82 | 10.54 | - |
| YUV | 173.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 60 | 0 | 0.23 | 0.73 | 0.13 | 41.37 | 0.7 | 0.55 |
| Hex | DD | AB | 3C | 0 | 17 | 49 | D | 29 | 46 | 37 |
| Octal | 335 | 253 | 74 | 0 | 27 | 111 | 15 | 51 | 106 | 67 |
| Binary | 11011101 | 10101011 | 111100 | 0 | 10111 | 1001001 | 1101 | 101001 | 1000110 | 110111 |
Color Harmonies of #DDAB3C
Complementary color
Monochromatic Colors of #DDAB3C
Black with #DDAB3C
Text Example
Text Example
White with #DDAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB3C; }
p { color: rgb(221,171,60); }
H1.HeaderClassName
{
color: #DDAB3C;
}
.AnyTagClassName
{
color: #DDAB3C;
}
</style>
background-color css
<style>
a { background-color: #DDAB3C; }
a { background-color: rgb(221,171,60); }
div.DivClassName
{
background-color: #DDAB3C;
}
.BgClassName
{
background-color: #DDAB3C;
}
</style>
border-color css
<style>
span { border-color: #DDAB3C; }
span { border-color: rgb(221,171,60); }
td.TdClassName
{
border-color: #DDAB3C;
}
.TagClassName
{
border-color: #DDAB3C;
}
</style>