Shades of Starship #DED931
Tints of Starship #DED931
RGB
CMYK
RGB Variations
Color information
#DED931 (or 0xDED931) is known color: Starship. HEX triplet: DE, D9 and 31. RGB value is (222,217,49). Sum of RGB (Red+Green+Blue) = 222+217+49=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED931 is #2126CE. Grayscale: #C8C8C8. Windows color (decimal): -2172623 or 3267038. OLE color: 3267038.
HSL color Cylindrical-coordinate representation of color #DED931: hue angle of 58.27º 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 #DED931 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.27º | 0.72% | 0.53% | - |
| HSV(B) | 58.27º | 0.78% | 0.87% | - |
| XYZ | 55.49 | 65.38 | 12.6 | - |
| YUV | 199.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 49 | 0 | 0.02 | 0.78 | 0.13 | 58.27 | 0.72 | 0.53 |
| Hex | DE | D9 | 31 | 0 | 2 | 4E | D | 3A | 48 | 35 |
| Octal | 336 | 331 | 61 | 0 | 2 | 116 | 15 | 72 | 110 | 65 |
| Binary | 11011110 | 11011001 | 110001 | 0 | 10 | 1001110 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DED931
Complementary color
Monochromatic Colors of #DED931
Black with #DED931
Text Example
Text Example
White with #DED931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED931; }
p { color: rgb(222,217,49); }
H1.HeaderClassName
{
color: #DED931;
}
.AnyTagClassName
{
color: #DED931;
}
</style>
background-color css
<style>
a { background-color: #DED931; }
a { background-color: rgb(222,217,49); }
div.DivClassName
{
background-color: #DED931;
}
.BgClassName
{
background-color: #DED931;
}
</style>
border-color css
<style>
span { border-color: #DED931; }
span { border-color: rgb(222,217,49); }
td.TdClassName
{
border-color: #DED931;
}
.TagClassName
{
border-color: #DED931;
}
</style>