Shades of Starship #DED937
Tints of Starship #DED937
RGB
CMYK
RGB Variations
Color information
#DED937 (or 0xDED937) is known color: Starship. HEX triplet: DE, D9 and 37. RGB value is (222,217,55). Sum of RGB (Red+Green+Blue) = 222+217+55=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DED937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED937 is #2126C8. Grayscale: #C8C8C8. Windows color (decimal): -2172617 or 3660254. OLE color: 3660254.
HSL color Cylindrical-coordinate representation of color #DED937: hue angle of 58.2º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DED937 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 55 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.13 |
| HSL | 58.2º | 0.72% | 0.54% | - |
| HSV(B) | 58.2º | 0.75% | 0.87% | - |
| XYZ | 55.63 | 65.43 | 13.31 | - |
| YUV | 200.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 55 | 0 | 0.02 | 0.75 | 0.13 | 58.2 | 0.72 | 0.54 |
| Hex | DE | D9 | 37 | 0 | 2 | 4B | D | 3A | 48 | 36 |
| Octal | 336 | 331 | 67 | 0 | 2 | 113 | 15 | 72 | 110 | 66 |
| Binary | 11011110 | 11011001 | 110111 | 0 | 10 | 1001011 | 1101 | 111010 | 1001000 | 110110 |
Color Harmonies of #DED937
Complementary color
Monochromatic Colors of #DED937
Black with #DED937
Text Example
Text Example
White with #DED937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED937; }
p { color: rgb(222,217,55); }
H1.HeaderClassName
{
color: #DED937;
}
.AnyTagClassName
{
color: #DED937;
}
</style>
background-color css
<style>
a { background-color: #DED937; }
a { background-color: rgb(222,217,55); }
div.DivClassName
{
background-color: #DED937;
}
.BgClassName
{
background-color: #DED937;
}
</style>
border-color css
<style>
span { border-color: #DED937; }
span { border-color: rgb(222,217,55); }
td.TdClassName
{
border-color: #DED937;
}
.TagClassName
{
border-color: #DED937;
}
</style>