Shades of Tulip Tree #DDAC3C
Tints of Tulip Tree #DDAC3C
RGB
CMYK
RGB Variations
Color information
#DDAC3C (or 0xDDAC3C) is known color: Tulip Tree. HEX triplet: DD, AC and 3C. RGB value is (221,172,60). Sum of RGB (Red+Green+Blue) = 221+172+60=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC3C is #2253C3. Grayscale: #AEAEAE. Windows color (decimal): -2249668 or 3976413. OLE color: 3976413.
HSL color Cylindrical-coordinate representation of color #DDAC3C: hue angle of 41.74º 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 #DDAC3C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 60 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.13 |
| HSL | 41.74º | 0.7% | 0.55% | - |
| HSV(B) | 41.74º | 0.73% | 0.87% | - |
| XYZ | 45.39 | 45.2 | 10.61 | - |
| YUV | 173.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 60 | 0 | 0.22 | 0.73 | 0.13 | 41.74 | 0.7 | 0.55 |
| Hex | DD | AC | 3C | 0 | 16 | 49 | D | 2A | 46 | 37 |
| Octal | 335 | 254 | 74 | 0 | 26 | 111 | 15 | 52 | 106 | 67 |
| Binary | 11011101 | 10101100 | 111100 | 0 | 10110 | 1001001 | 1101 | 101010 | 1000110 | 110111 |
Color Harmonies of #DDAC3C
Complementary color
Monochromatic Colors of #DDAC3C
Black with #DDAC3C
Text Example
Text Example
White with #DDAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC3C; }
p { color: rgb(221,172,60); }
H1.HeaderClassName
{
color: #DDAC3C;
}
.AnyTagClassName
{
color: #DDAC3C;
}
</style>
background-color css
<style>
a { background-color: #DDAC3C; }
a { background-color: rgb(221,172,60); }
div.DivClassName
{
background-color: #DDAC3C;
}
.BgClassName
{
background-color: #DDAC3C;
}
</style>
border-color css
<style>
span { border-color: #DDAC3C; }
span { border-color: rgb(221,172,60); }
td.TdClassName
{
border-color: #DDAC3C;
}
.TagClassName
{
border-color: #DDAC3C;
}
</style>