Shades of Starship #DDD931
Tints of Starship #DDD931
RGB
CMYK
RGB Variations
Color information
#DDD931 (or 0xDDD931) is known color: Starship. HEX triplet: DD, D9 and 31. RGB value is (221,217,49). Sum of RGB (Red+Green+Blue) = 221+217+49=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD931 is #2226CE. Grayscale: #C7C7C7. Windows color (decimal): -2238159 or 3267037. OLE color: 3267037.
HSL color Cylindrical-coordinate representation of color #DDD931: hue angle of 58.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD931 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.6º | 0.72% | 0.53% | - |
| HSV(B) | 58.6º | 0.78% | 0.87% | - |
| XYZ | 55.19 | 65.22 | 12.59 | - |
| YUV | 199.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 49 | 0 | 0.02 | 0.78 | 0.13 | 58.6 | 0.72 | 0.53 |
| Hex | DD | D9 | 31 | 0 | 2 | 4E | D | 3B | 48 | 35 |
| Octal | 335 | 331 | 61 | 0 | 2 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011001 | 110001 | 0 | 10 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDD931
Complementary color
Monochromatic Colors of #DDD931
Black with #DDD931
Text Example
Text Example
White with #DDD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD931; }
p { color: rgb(221,217,49); }
H1.HeaderClassName
{
color: #DDD931;
}
.AnyTagClassName
{
color: #DDD931;
}
</style>
background-color css
<style>
a { background-color: #DDD931; }
a { background-color: rgb(221,217,49); }
div.DivClassName
{
background-color: #DDD931;
}
.BgClassName
{
background-color: #DDD931;
}
</style>
border-color css
<style>
span { border-color: #DDD931; }
span { border-color: rgb(221,217,49); }
td.TdClassName
{
border-color: #DDD931;
}
.TagClassName
{
border-color: #DDD931;
}
</style>