Shades of Starship #DDD937
Tints of Starship #DDD937
RGB
CMYK
RGB Variations
Color information
#DDD937 (or 0xDDD937) is known color: Starship. HEX triplet: DD, D9 and 37. RGB value is (221,217,55). Sum of RGB (Red+Green+Blue) = 221+217+55=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD937 is #2226C8. Grayscale: #C8C8C8. Windows color (decimal): -2238153 or 3660253. OLE color: 3660253.
HSL color Cylindrical-coordinate representation of color #DDD937: hue angle of 58.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDD937 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 55 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.13 |
| HSL | 58.55º | 0.71% | 0.54% | - |
| HSV(B) | 58.55º | 0.75% | 0.87% | - |
| XYZ | 55.32 | 65.27 | 13.3 | - |
| YUV | 199.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 55 | 0 | 0.02 | 0.75 | 0.13 | 58.55 | 0.71 | 0.54 |
| Hex | DD | D9 | 37 | 0 | 2 | 4B | D | 3B | 47 | 36 |
| Octal | 335 | 331 | 67 | 0 | 2 | 113 | 15 | 73 | 107 | 66 |
| Binary | 11011101 | 11011001 | 110111 | 0 | 10 | 1001011 | 1101 | 111011 | 1000111 | 110110 |
Color Harmonies of #DDD937
Complementary color
Monochromatic Colors of #DDD937
Black with #DDD937
Text Example
Text Example
White with #DDD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD937; }
p { color: rgb(221,217,55); }
H1.HeaderClassName
{
color: #DDD937;
}
.AnyTagClassName
{
color: #DDD937;
}
</style>
background-color css
<style>
a { background-color: #DDD937; }
a { background-color: rgb(221,217,55); }
div.DivClassName
{
background-color: #DDD937;
}
.BgClassName
{
background-color: #DDD937;
}
</style>
border-color css
<style>
span { border-color: #DDD937; }
span { border-color: rgb(221,217,55); }
td.TdClassName
{
border-color: #DDD937;
}
.TagClassName
{
border-color: #DDD937;
}
</style>