Shades of Tulip Tree #DDA933
Tints of Tulip Tree #DDA933
RGB
CMYK
RGB Variations
Color information
#DDA933 (or 0xDDA933) is known color: Tulip Tree. HEX triplet: DD, A9 and 33. RGB value is (221,169,51). Sum of RGB (Red+Green+Blue) = 221+169+51=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA933 is #2256CC. Grayscale: #ABABAB. Windows color (decimal): -2250445 or 3385821. OLE color: 3385821.
HSL color Cylindrical-coordinate representation of color #DDA933: hue angle of 41.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDA933 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 51 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.13 |
| HSL | 41.65º | 0.71% | 0.53% | - |
| HSV(B) | 41.65º | 0.77% | 0.87% | - |
| XYZ | 44.6 | 43.99 | 9.27 | - |
| YUV | 171.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 51 | 0 | 0.24 | 0.77 | 0.13 | 41.65 | 0.71 | 0.53 |
| Hex | DD | A9 | 33 | 0 | 18 | 4D | D | 2A | 47 | 35 |
| Octal | 335 | 251 | 63 | 0 | 30 | 115 | 15 | 52 | 107 | 65 |
| Binary | 11011101 | 10101001 | 110011 | 0 | 11000 | 1001101 | 1101 | 101010 | 1000111 | 110101 |
Color Harmonies of #DDA933
Complementary color
Monochromatic Colors of #DDA933
Black with #DDA933
Text Example
Text Example
White with #DDA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA933; }
p { color: rgb(221,169,51); }
H1.HeaderClassName
{
color: #DDA933;
}
.AnyTagClassName
{
color: #DDA933;
}
</style>
background-color css
<style>
a { background-color: #DDA933; }
a { background-color: rgb(221,169,51); }
div.DivClassName
{
background-color: #DDA933;
}
.BgClassName
{
background-color: #DDA933;
}
</style>
border-color css
<style>
span { border-color: #DDA933; }
span { border-color: rgb(221,169,51); }
td.TdClassName
{
border-color: #DDA933;
}
.TagClassName
{
border-color: #DDA933;
}
</style>