Shades of Tulip Tree #DDA23C
Tints of Tulip Tree #DDA23C
RGB
CMYK
RGB Variations
Color information
#DDA23C (or 0xDDA23C) is known color: Tulip Tree. HEX triplet: DD, A2 and 3C. RGB value is (221,162,60). Sum of RGB (Red+Green+Blue) = 221+162+60=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23C is #225DC3. Grayscale: #A8A8A8. Windows color (decimal): -2252228 or 3973853. OLE color: 3973853.
HSL color Cylindrical-coordinate representation of color #DDA23C: hue angle of 38.01º 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 #DDA23C is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 60 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.13 |
| HSL | 38.01º | 0.7% | 0.55% | - |
| HSV(B) | 38.01º | 0.73% | 0.87% | - |
| XYZ | 43.55 | 41.54 | 10 | - |
| YUV | 168.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 60 | 0 | 0.27 | 0.73 | 0.13 | 38.01 | 0.7 | 0.55 |
| Hex | DD | A2 | 3C | 0 | 1B | 49 | D | 26 | 46 | 37 |
| Octal | 335 | 242 | 74 | 0 | 33 | 111 | 15 | 46 | 106 | 67 |
| Binary | 11011101 | 10100010 | 111100 | 0 | 11011 | 1001001 | 1101 | 100110 | 1000110 | 110111 |
Color Harmonies of #DDA23C
Complementary color
Monochromatic Colors of #DDA23C
Black with #DDA23C
Text Example
Text Example
White with #DDA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA23C; }
p { color: rgb(221,162,60); }
H1.HeaderClassName
{
color: #DDA23C;
}
.AnyTagClassName
{
color: #DDA23C;
}
</style>
background-color css
<style>
a { background-color: #DDA23C; }
a { background-color: rgb(221,162,60); }
div.DivClassName
{
background-color: #DDA23C;
}
.BgClassName
{
background-color: #DDA23C;
}
</style>
border-color css
<style>
span { border-color: #DDA23C; }
span { border-color: rgb(221,162,60); }
td.TdClassName
{
border-color: #DDA23C;
}
.TagClassName
{
border-color: #DDA23C;
}
</style>