Shades of Tulip Tree #DDA63C
Tints of Tulip Tree #DDA63C
RGB
CMYK
RGB Variations
Color information
#DDA63C (or 0xDDA63C) is known color: Tulip Tree. HEX triplet: DD, A6 and 3C. RGB value is (221,166,60). Sum of RGB (Red+Green+Blue) = 221+166+60=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA63C is #2259C3. Grayscale: #AAAAAA. Windows color (decimal): -2251204 or 3974877. OLE color: 3974877.
HSL color Cylindrical-coordinate representation of color #DDA63C: hue angle of 39.5º 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 #DDA63C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.13 |
| HSL | 39.5º | 0.7% | 0.55% | - |
| HSV(B) | 39.5º | 0.73% | 0.87% | - |
| XYZ | 44.27 | 42.97 | 10.24 | - |
| YUV | 170.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 60 | 0 | 0.25 | 0.73 | 0.13 | 39.5 | 0.7 | 0.55 |
| Hex | DD | A6 | 3C | 0 | 19 | 49 | D | 28 | 46 | 37 |
| Octal | 335 | 246 | 74 | 0 | 31 | 111 | 15 | 50 | 106 | 67 |
| Binary | 11011101 | 10100110 | 111100 | 0 | 11001 | 1001001 | 1101 | 101000 | 1000110 | 110111 |
Color Harmonies of #DDA63C
Complementary color
Monochromatic Colors of #DDA63C
Black with #DDA63C
Text Example
Text Example
White with #DDA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA63C; }
p { color: rgb(221,166,60); }
H1.HeaderClassName
{
color: #DDA63C;
}
.AnyTagClassName
{
color: #DDA63C;
}
</style>
background-color css
<style>
a { background-color: #DDA63C; }
a { background-color: rgb(221,166,60); }
div.DivClassName
{
background-color: #DDA63C;
}
.BgClassName
{
background-color: #DDA63C;
}
</style>
border-color css
<style>
span { border-color: #DDA63C; }
span { border-color: rgb(221,166,60); }
td.TdClassName
{
border-color: #DDA63C;
}
.TagClassName
{
border-color: #DDA63C;
}
</style>