Shades of Tulip Tree #DDA231
Tints of Tulip Tree #DDA231
RGB
CMYK
RGB Variations
Color information
#DDA231 (or 0xDDA231) is known color: Tulip Tree. HEX triplet: DD, A2 and 31. RGB value is (221,162,49). Sum of RGB (Red+Green+Blue) = 221+162+49=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA231 is #225DCE. Grayscale: #A7A7A7. Windows color (decimal): -2252239 or 3252957. OLE color: 3252957.
HSL color Cylindrical-coordinate representation of color #DDA231: hue angle of 39.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDA231 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 49 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.13 |
| HSL | 39.42º | 0.72% | 0.53% | - |
| HSV(B) | 39.42º | 0.78% | 0.87% | - |
| XYZ | 43.29 | 41.43 | 8.62 | - |
| YUV | 166.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 49 | 0 | 0.27 | 0.78 | 0.13 | 39.42 | 0.72 | 0.53 |
| Hex | DD | A2 | 31 | 0 | 1B | 4E | D | 27 | 48 | 35 |
| Octal | 335 | 242 | 61 | 0 | 33 | 116 | 15 | 47 | 110 | 65 |
| Binary | 11011101 | 10100010 | 110001 | 0 | 11011 | 1001110 | 1101 | 100111 | 1001000 | 110101 |
Color Harmonies of #DDA231
Complementary color
Monochromatic Colors of #DDA231
Black with #DDA231
Text Example
Text Example
White with #DDA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA231; }
p { color: rgb(221,162,49); }
H1.HeaderClassName
{
color: #DDA231;
}
.AnyTagClassName
{
color: #DDA231;
}
</style>
background-color css
<style>
a { background-color: #DDA231; }
a { background-color: rgb(221,162,49); }
div.DivClassName
{
background-color: #DDA231;
}
.BgClassName
{
background-color: #DDA231;
}
</style>
border-color css
<style>
span { border-color: #DDA231; }
span { border-color: rgb(221,162,49); }
td.TdClassName
{
border-color: #DDA231;
}
.TagClassName
{
border-color: #DDA231;
}
</style>