Shades of Starship #DED92F
Tints of Starship #DED92F
RGB
CMYK
RGB Variations
Color information
#DED92F (or 0xDED92F) is known color: Starship. HEX triplet: DE, D9 and 2F. RGB value is (222,217,47). Sum of RGB (Red+Green+Blue) = 222+217+47=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DED92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED92F is #2126D0. Grayscale: #C7C7C7. Windows color (decimal): -2172625 or 3135966. OLE color: 3135966.
HSL color Cylindrical-coordinate representation of color #DED92F: hue angle of 58.29º 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 #DED92F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 47 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.29º | 0.73% | 0.53% | - |
| HSV(B) | 58.29º | 0.79% | 0.87% | - |
| XYZ | 55.45 | 65.36 | 12.38 | - |
| YUV | 199.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 47 | 0 | 0.02 | 0.79 | 0.13 | 58.29 | 0.73 | 0.53 |
| Hex | DE | D9 | 2F | 0 | 2 | 4F | D | 3A | 49 | 35 |
| Octal | 336 | 331 | 57 | 0 | 2 | 117 | 15 | 72 | 111 | 65 |
| Binary | 11011110 | 11011001 | 101111 | 0 | 10 | 1001111 | 1101 | 111010 | 1001001 | 110101 |
Color Harmonies of #DED92F
Complementary color
Monochromatic Colors of #DED92F
Black with #DED92F
Text Example
Text Example
White with #DED92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED92F; }
p { color: rgb(222,217,47); }
H1.HeaderClassName
{
color: #DED92F;
}
.AnyTagClassName
{
color: #DED92F;
}
</style>
background-color css
<style>
a { background-color: #DED92F; }
a { background-color: rgb(222,217,47); }
div.DivClassName
{
background-color: #DED92F;
}
.BgClassName
{
background-color: #DED92F;
}
</style>
border-color css
<style>
span { border-color: #DED92F; }
span { border-color: rgb(222,217,47); }
td.TdClassName
{
border-color: #DED92F;
}
.TagClassName
{
border-color: #DED92F;
}
</style>