Shades of Tulip Tree #DDAE3C
Tints of Tulip Tree #DDAE3C
RGB
CMYK
RGB Variations
Color information
#DDAE3C (or 0xDDAE3C) is known color: Tulip Tree. HEX triplet: DD, AE and 3C. RGB value is (221,174,60). Sum of RGB (Red+Green+Blue) = 221+174+60=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE3C is #2251C3. Grayscale: #AFAFAF. Windows color (decimal): -2249156 or 3976925. OLE color: 3976925.
HSL color Cylindrical-coordinate representation of color #DDAE3C: hue angle of 42.48º 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 #DDAE3C is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 174 | 60 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.13 |
| HSL | 42.48º | 0.7% | 0.55% | - |
| HSV(B) | 42.48º | 0.73% | 0.87% | - |
| XYZ | 45.77 | 45.97 | 10.74 | - |
| YUV | 175.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 60 | 0 | 0.21 | 0.73 | 0.13 | 42.48 | 0.7 | 0.55 |
| Hex | DD | AE | 3C | 0 | 15 | 49 | D | 2A | 46 | 37 |
| Octal | 335 | 256 | 74 | 0 | 25 | 111 | 15 | 52 | 106 | 67 |
| Binary | 11011101 | 10101110 | 111100 | 0 | 10101 | 1001001 | 1101 | 101010 | 1000110 | 110111 |
Color Harmonies of #DDAE3C
Complementary color
Monochromatic Colors of #DDAE3C
Black with #DDAE3C
Text Example
Text Example
White with #DDAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAE3C; }
p { color: rgb(221,174,60); }
H1.HeaderClassName
{
color: #DDAE3C;
}
.AnyTagClassName
{
color: #DDAE3C;
}
</style>
background-color css
<style>
a { background-color: #DDAE3C; }
a { background-color: rgb(221,174,60); }
div.DivClassName
{
background-color: #DDAE3C;
}
.BgClassName
{
background-color: #DDAE3C;
}
</style>
border-color css
<style>
span { border-color: #DDAE3C; }
span { border-color: rgb(221,174,60); }
td.TdClassName
{
border-color: #DDAE3C;
}
.TagClassName
{
border-color: #DDAE3C;
}
</style>