Shades of Starship #DDD839
Tints of Starship #DDD839
RGB
CMYK
RGB Variations
Color information
#DDD839 (or 0xDDD839) is known color: Starship. HEX triplet: DD, D8 and 39. RGB value is (221,216,57). Sum of RGB (Red+Green+Blue) = 221+216+57=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD839 is #2227C6. Grayscale: #C8C8C8. Windows color (decimal): -2238407 or 3791069. OLE color: 3791069.
HSL color Cylindrical-coordinate representation of color #DDD839: hue angle of 58.17º 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 #DDD839 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 57 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.13 |
| HSL | 58.17º | 0.71% | 0.55% | - |
| HSV(B) | 58.17º | 0.74% | 0.87% | - |
| XYZ | 55.11 | 64.78 | 13.47 | - |
| YUV | 199.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 57 | 0 | 0.02 | 0.74 | 0.13 | 58.17 | 0.71 | 0.55 |
| Hex | DD | D8 | 39 | 0 | 2 | 4A | D | 3A | 47 | 37 |
| Octal | 335 | 330 | 71 | 0 | 2 | 112 | 15 | 72 | 107 | 67 |
| Binary | 11011101 | 11011000 | 111001 | 0 | 10 | 1001010 | 1101 | 111010 | 1000111 | 110111 |
Color Harmonies of #DDD839
Complementary color
Monochromatic Colors of #DDD839
Black with #DDD839
Text Example
Text Example
White with #DDD839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD839; }
p { color: rgb(221,216,57); }
H1.HeaderClassName
{
color: #DDD839;
}
.AnyTagClassName
{
color: #DDD839;
}
</style>
background-color css
<style>
a { background-color: #DDD839; }
a { background-color: rgb(221,216,57); }
div.DivClassName
{
background-color: #DDD839;
}
.BgClassName
{
background-color: #DDD839;
}
</style>
border-color css
<style>
span { border-color: #DDD839; }
span { border-color: rgb(221,216,57); }
td.TdClassName
{
border-color: #DDD839;
}
.TagClassName
{
border-color: #DDD839;
}
</style>