Shades of Tulip Tree #DDA23A
Tints of Tulip Tree #DDA23A
RGB
CMYK
RGB Variations
Color information
#DDA23A (or 0xDDA23A) is known color: Tulip Tree. HEX triplet: DD, A2 and 3A. RGB value is (221,162,58). Sum of RGB (Red+Green+Blue) = 221+162+58=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA23A is #225DC5. Grayscale: #A8A8A8. Windows color (decimal): -2252230 or 3842781. OLE color: 3842781.
HSL color Cylindrical-coordinate representation of color #DDA23A: hue angle of 38.28º 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 #DDA23A is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 58 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.13 |
| HSL | 38.28º | 0.71% | 0.55% | - |
| HSV(B) | 38.28º | 0.74% | 0.87% | - |
| XYZ | 43.5 | 41.52 | 9.72 | - |
| YUV | 167.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 58 | 0 | 0.27 | 0.74 | 0.13 | 38.28 | 0.71 | 0.55 |
| Hex | DD | A2 | 3A | 0 | 1B | 4A | D | 26 | 47 | 37 |
| Octal | 335 | 242 | 72 | 0 | 33 | 112 | 15 | 46 | 107 | 67 |
| Binary | 11011101 | 10100010 | 111010 | 0 | 11011 | 1001010 | 1101 | 100110 | 1000111 | 110111 |
Color Harmonies of #DDA23A
Complementary color
Monochromatic Colors of #DDA23A
Black with #DDA23A
Text Example
Text Example
White with #DDA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA23A; }
p { color: rgb(221,162,58); }
H1.HeaderClassName
{
color: #DDA23A;
}
.AnyTagClassName
{
color: #DDA23A;
}
</style>
background-color css
<style>
a { background-color: #DDA23A; }
a { background-color: rgb(221,162,58); }
div.DivClassName
{
background-color: #DDA23A;
}
.BgClassName
{
background-color: #DDA23A;
}
</style>
border-color css
<style>
span { border-color: #DDA23A; }
span { border-color: rgb(221,162,58); }
td.TdClassName
{
border-color: #DDA23A;
}
.TagClassName
{
border-color: #DDA23A;
}
</style>