Shades of Starship #DDD933
Tints of Starship #DDD933
RGB
CMYK
RGB Variations
Color information
#DDD933 (or 0xDDD933) is known color: Starship. HEX triplet: DD, D9 and 33. RGB value is (221,217,51). Sum of RGB (Red+Green+Blue) = 221+217+51=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD933 is #2226CC. Grayscale: #C7C7C7. Windows color (decimal): -2238157 or 3398109. OLE color: 3398109.
HSL color Cylindrical-coordinate representation of color #DDD933: hue angle of 58.59º 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 #DDD933 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 51 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.13 |
| HSL | 58.59º | 0.71% | 0.53% | - |
| HSV(B) | 58.59º | 0.77% | 0.87% | - |
| XYZ | 55.23 | 65.24 | 12.81 | - |
| YUV | 199.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 51 | 0 | 0.02 | 0.77 | 0.13 | 58.59 | 0.71 | 0.53 |
| Hex | DD | D9 | 33 | 0 | 2 | 4D | D | 3B | 47 | 35 |
| Octal | 335 | 331 | 63 | 0 | 2 | 115 | 15 | 73 | 107 | 65 |
| Binary | 11011101 | 11011001 | 110011 | 0 | 10 | 1001101 | 1101 | 111011 | 1000111 | 110101 |
Color Harmonies of #DDD933
Complementary color
Monochromatic Colors of #DDD933
Black with #DDD933
Text Example
Text Example
White with #DDD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD933; }
p { color: rgb(221,217,51); }
H1.HeaderClassName
{
color: #DDD933;
}
.AnyTagClassName
{
color: #DDD933;
}
</style>
background-color css
<style>
a { background-color: #DDD933; }
a { background-color: rgb(221,217,51); }
div.DivClassName
{
background-color: #DDD933;
}
.BgClassName
{
background-color: #DDD933;
}
</style>
border-color css
<style>
span { border-color: #DDD933; }
span { border-color: rgb(221,217,51); }
td.TdClassName
{
border-color: #DDD933;
}
.TagClassName
{
border-color: #DDD933;
}
</style>