Shades of Starship #DED940
Tints of Starship #DED940
RGB
CMYK
RGB Variations
Color information
#DED940 (or 0xDED940) is known color: Starship. HEX triplet: DE, D9 and 40. RGB value is (222,217,64). Sum of RGB (Red+Green+Blue) = 222+217+64=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 64 (25.39% from 255 or 12.72% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED940 is #2126BF. Grayscale: #C9C9C9. Windows color (decimal): -2172608 or 4250078. OLE color: 4250078.
HSL color Cylindrical-coordinate representation of color #DED940: hue angle of 58.1º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED940 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 64 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.13 |
| HSL | 58.1º | 0.71% | 0.56% | - |
| HSV(B) | 58.1º | 0.71% | 0.87% | - |
| XYZ | 55.86 | 65.53 | 14.55 | - |
| YUV | 201.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 64 | 0 | 0.02 | 0.71 | 0.13 | 58.1 | 0.71 | 0.56 |
| Hex | DE | D9 | 40 | 0 | 2 | 47 | D | 3A | 47 | 38 |
| Octal | 336 | 331 | 100 | 0 | 2 | 107 | 15 | 72 | 107 | 70 |
| Binary | 11011110 | 11011001 | 1000000 | 0 | 10 | 1000111 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DED940
Complementary color
Monochromatic Colors of #DED940
Black with #DED940
Text Example
Text Example
White with #DED940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED940; }
p { color: rgb(222,217,64); }
H1.HeaderClassName
{
color: #DED940;
}
.AnyTagClassName
{
color: #DED940;
}
</style>
background-color css
<style>
a { background-color: #DED940; }
a { background-color: rgb(222,217,64); }
div.DivClassName
{
background-color: #DED940;
}
.BgClassName
{
background-color: #DED940;
}
</style>
border-color css
<style>
span { border-color: #DED940; }
span { border-color: rgb(222,217,64); }
td.TdClassName
{
border-color: #DED940;
}
.TagClassName
{
border-color: #DED940;
}
</style>