Shades of Starship #DED93E
Tints of Starship #DED93E
RGB
CMYK
RGB Variations
Color information
#DED93E (or 0xDED93E) is known color: Starship. HEX triplet: DE, D9 and 3E. RGB value is (222,217,62). Sum of RGB (Red+Green+Blue) = 222+217+62=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED93E is #2126C1. Grayscale: #C9C9C9. Windows color (decimal): -2172610 or 4119006. OLE color: 4119006.
HSL color Cylindrical-coordinate representation of color #DED93E: hue angle of 58.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DED93E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 62 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.13 |
| HSL | 58.13º | 0.71% | 0.56% | - |
| HSV(B) | 58.13º | 0.72% | 0.87% | - |
| XYZ | 55.81 | 65.5 | 14.26 | - |
| YUV | 200.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 62 | 0 | 0.02 | 0.72 | 0.13 | 58.13 | 0.71 | 0.56 |
| Hex | DE | D9 | 3E | 0 | 2 | 48 | D | 3A | 47 | 38 |
| Octal | 336 | 331 | 76 | 0 | 2 | 110 | 15 | 72 | 107 | 70 |
| Binary | 11011110 | 11011001 | 111110 | 0 | 10 | 1001000 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DED93E
Complementary color
Monochromatic Colors of #DED93E
Black with #DED93E
Text Example
Text Example
White with #DED93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED93E; }
p { color: rgb(222,217,62); }
H1.HeaderClassName
{
color: #DED93E;
}
.AnyTagClassName
{
color: #DED93E;
}
</style>
background-color css
<style>
a { background-color: #DED93E; }
a { background-color: rgb(222,217,62); }
div.DivClassName
{
background-color: #DED93E;
}
.BgClassName
{
background-color: #DED93E;
}
</style>
border-color css
<style>
span { border-color: #DED93E; }
span { border-color: rgb(222,217,62); }
td.TdClassName
{
border-color: #DED93E;
}
.TagClassName
{
border-color: #DED93E;
}
</style>