Shades of Starship #DED93C
Tints of Starship #DED93C
RGB
CMYK
RGB Variations
Color information
#DED93C (or 0xDED93C) is known color: Starship. HEX triplet: DE, D9 and 3C. RGB value is (222,217,60). Sum of RGB (Red+Green+Blue) = 222+217+60=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DED93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED93C is #2126C3. Grayscale: #C9C9C9. Windows color (decimal): -2172612 or 3987934. OLE color: 3987934.
HSL color Cylindrical-coordinate representation of color #DED93C: hue angle of 58.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DED93C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 60 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.13 |
| HSL | 58.15º | 0.71% | 0.55% | - |
| HSV(B) | 58.15º | 0.73% | 0.87% | - |
| XYZ | 55.75 | 65.48 | 13.98 | - |
| YUV | 200.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 60 | 0 | 0.02 | 0.73 | 0.13 | 58.15 | 0.71 | 0.55 |
| Hex | DE | D9 | 3C | 0 | 2 | 49 | D | 3A | 47 | 37 |
| Octal | 336 | 331 | 74 | 0 | 2 | 111 | 15 | 72 | 107 | 67 |
| Binary | 11011110 | 11011001 | 111100 | 0 | 10 | 1001001 | 1101 | 111010 | 1000111 | 110111 |
Color Harmonies of #DED93C
Complementary color
Monochromatic Colors of #DED93C
Black with #DED93C
Text Example
Text Example
White with #DED93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED93C; }
p { color: rgb(222,217,60); }
H1.HeaderClassName
{
color: #DED93C;
}
.AnyTagClassName
{
color: #DED93C;
}
</style>
background-color css
<style>
a { background-color: #DED93C; }
a { background-color: rgb(222,217,60); }
div.DivClassName
{
background-color: #DED93C;
}
.BgClassName
{
background-color: #DED93C;
}
</style>
border-color css
<style>
span { border-color: #DED93C; }
span { border-color: rgb(222,217,60); }
td.TdClassName
{
border-color: #DED93C;
}
.TagClassName
{
border-color: #DED93C;
}
</style>