Shades of Tulip Tree #DDA63A
Tints of Tulip Tree #DDA63A
RGB
CMYK
RGB Variations
Color information
#DDA63A (or 0xDDA63A) is known color: Tulip Tree. HEX triplet: DD, A6 and 3A. RGB value is (221,166,58). Sum of RGB (Red+Green+Blue) = 221+166+58=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA63A is #2259C5. Grayscale: #AAAAAA. Windows color (decimal): -2251206 or 3843805. OLE color: 3843805.
HSL color Cylindrical-coordinate representation of color #DDA63A: hue angle of 39.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDA63A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 58 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.13 |
| HSL | 39.75º | 0.71% | 0.55% | - |
| HSV(B) | 39.75º | 0.74% | 0.87% | - |
| XYZ | 44.22 | 42.95 | 9.96 | - |
| YUV | 170.13 | 64.72 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 58 | 0 | 0.25 | 0.74 | 0.13 | 39.75 | 0.71 | 0.55 |
| Hex | DD | A6 | 3A | 0 | 19 | 4A | D | 28 | 47 | 37 |
| Octal | 335 | 246 | 72 | 0 | 31 | 112 | 15 | 50 | 107 | 67 |
| Binary | 11011101 | 10100110 | 111010 | 0 | 11001 | 1001010 | 1101 | 101000 | 1000111 | 110111 |
Color Harmonies of #DDA63A
Complementary color
Monochromatic Colors of #DDA63A
Black with #DDA63A
Text Example
Text Example
White with #DDA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA63A; }
p { color: rgb(221,166,58); }
H1.HeaderClassName
{
color: #DDA63A;
}
.AnyTagClassName
{
color: #DDA63A;
}
</style>
background-color css
<style>
a { background-color: #DDA63A; }
a { background-color: rgb(221,166,58); }
div.DivClassName
{
background-color: #DDA63A;
}
.BgClassName
{
background-color: #DDA63A;
}
</style>
border-color css
<style>
span { border-color: #DDA63A; }
span { border-color: rgb(221,166,58); }
td.TdClassName
{
border-color: #DDA63A;
}
.TagClassName
{
border-color: #DDA63A;
}
</style>