Shades of Tulip Tree #DDAD3C
Tints of Tulip Tree #DDAD3C
RGB
CMYK
RGB Variations
Color information
#DDAD3C (or 0xDDAD3C) is known color: Tulip Tree. HEX triplet: DD, AD and 3C. RGB value is (221,173,60). Sum of RGB (Red+Green+Blue) = 221+173+60=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD3C is #2252C3. Grayscale: #AEAEAE. Windows color (decimal): -2249412 or 3976669. OLE color: 3976669.
HSL color Cylindrical-coordinate representation of color #DDAD3C: hue angle of 42.11º 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 #DDAD3C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 60 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.13 |
| HSL | 42.11º | 0.7% | 0.55% | - |
| HSV(B) | 42.11º | 0.73% | 0.87% | - |
| XYZ | 45.58 | 45.59 | 10.67 | - |
| YUV | 174.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 60 | 0 | 0.22 | 0.73 | 0.13 | 42.11 | 0.7 | 0.55 |
| Hex | DD | AD | 3C | 0 | 16 | 49 | D | 2A | 46 | 37 |
| Octal | 335 | 255 | 74 | 0 | 26 | 111 | 15 | 52 | 106 | 67 |
| Binary | 11011101 | 10101101 | 111100 | 0 | 10110 | 1001001 | 1101 | 101010 | 1000110 | 110111 |
Color Harmonies of #DDAD3C
Complementary color
Monochromatic Colors of #DDAD3C
Black with #DDAD3C
Text Example
Text Example
White with #DDAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD3C; }
p { color: rgb(221,173,60); }
H1.HeaderClassName
{
color: #DDAD3C;
}
.AnyTagClassName
{
color: #DDAD3C;
}
</style>
background-color css
<style>
a { background-color: #DDAD3C; }
a { background-color: rgb(221,173,60); }
div.DivClassName
{
background-color: #DDAD3C;
}
.BgClassName
{
background-color: #DDAD3C;
}
</style>
border-color css
<style>
span { border-color: #DDAD3C; }
span { border-color: rgb(221,173,60); }
td.TdClassName
{
border-color: #DDAD3C;
}
.TagClassName
{
border-color: #DDAD3C;
}
</style>