Shades of Starship #DDD942
Tints of Starship #DDD942
RGB
CMYK
RGB Variations
Color information
#DDD942 (or 0xDDD942) is known color: Starship. HEX triplet: DD, D9 and 42. RGB value is (221,217,66). Sum of RGB (Red+Green+Blue) = 221+217+66=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD942 is #2226BD. Grayscale: #C9C9C9. Windows color (decimal): -2238142 or 4381149. OLE color: 4381149.
HSL color Cylindrical-coordinate representation of color #DDD942: hue angle of 58.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDD942 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 66 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.45º | 0.7% | 0.56% | - |
| HSV(B) | 58.45º | 0.7% | 0.87% | - |
| XYZ | 55.62 | 65.39 | 14.84 | - |
| YUV | 200.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 66 | 0 | 0.02 | 0.70 | 0.13 | 58.45 | 0.7 | 0.56 |
| Hex | DD | D9 | 42 | 0 | 2 | 46 | D | 3A | 46 | 38 |
| Octal | 335 | 331 | 102 | 0 | 2 | 106 | 15 | 72 | 106 | 70 |
| Binary | 11011101 | 11011001 | 1000010 | 0 | 10 | 1000110 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DDD942
Complementary color
Monochromatic Colors of #DDD942
Black with #DDD942
Text Example
Text Example
White with #DDD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD942; }
p { color: rgb(221,217,66); }
H1.HeaderClassName
{
color: #DDD942;
}
.AnyTagClassName
{
color: #DDD942;
}
</style>
background-color css
<style>
a { background-color: #DDD942; }
a { background-color: rgb(221,217,66); }
div.DivClassName
{
background-color: #DDD942;
}
.BgClassName
{
background-color: #DDD942;
}
</style>
border-color css
<style>
span { border-color: #DDD942; }
span { border-color: rgb(221,217,66); }
td.TdClassName
{
border-color: #DDD942;
}
.TagClassName
{
border-color: #DDD942;
}
</style>