Shades of Starship #DED92E
Tints of Starship #DED92E
RGB
CMYK
RGB Variations
Color information
#DED92E (or 0xDED92E) is known color: Starship. HEX triplet: DE, D9 and 2E. RGB value is (222,217,46). Sum of RGB (Red+Green+Blue) = 222+217+46=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DED92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED92E is #2126D1. Grayscale: #C7C7C7. Windows color (decimal): -2172626 or 3070430. OLE color: 3070430.
HSL color Cylindrical-coordinate representation of color #DED92E: hue angle of 58.3º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DED92E is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 46 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.3º | 0.73% | 0.53% | - |
| HSV(B) | 58.3º | 0.79% | 0.87% | - |
| XYZ | 55.43 | 65.35 | 12.28 | - |
| YUV | 199 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 46 | 0 | 0.02 | 0.79 | 0.13 | 58.3 | 0.73 | 0.53 |
| Hex | DE | D9 | 2E | 0 | 2 | 4F | D | 3A | 49 | 35 |
| Octal | 336 | 331 | 56 | 0 | 2 | 117 | 15 | 72 | 111 | 65 |
| Binary | 11011110 | 11011001 | 101110 | 0 | 10 | 1001111 | 1101 | 111010 | 1001001 | 110101 |
Color Harmonies of #DED92E
Complementary color
Monochromatic Colors of #DED92E
Black with #DED92E
Text Example
Text Example
White with #DED92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED92E; }
p { color: rgb(222,217,46); }
H1.HeaderClassName
{
color: #DED92E;
}
.AnyTagClassName
{
color: #DED92E;
}
</style>
background-color css
<style>
a { background-color: #DED92E; }
a { background-color: rgb(222,217,46); }
div.DivClassName
{
background-color: #DED92E;
}
.BgClassName
{
background-color: #DED92E;
}
</style>
border-color css
<style>
span { border-color: #DED92E; }
span { border-color: rgb(222,217,46); }
td.TdClassName
{
border-color: #DED92E;
}
.TagClassName
{
border-color: #DED92E;
}
</style>