Shades of Starship #DED92D
Tints of Starship #DED92D
RGB
CMYK
RGB Variations
Color information
#DED92D (or 0xDED92D) is known color: Starship. HEX triplet: DE, D9 and 2D. RGB value is (222,217,45). Sum of RGB (Red+Green+Blue) = 222+217+45=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DED92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED92D is #2126D2. Grayscale: #C7C7C7. Windows color (decimal): -2172627 or 3004894. OLE color: 3004894.
HSL color Cylindrical-coordinate representation of color #DED92D: hue angle of 58.31º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DED92D is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 45 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.13 |
| HSL | 58.31º | 0.73% | 0.52% | - |
| HSV(B) | 58.31º | 0.8% | 0.87% | - |
| XYZ | 55.41 | 65.34 | 12.17 | - |
| YUV | 198.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 45 | 0 | 0.02 | 0.80 | 0.13 | 58.31 | 0.73 | 0.52 |
| Hex | DE | D9 | 2D | 0 | 2 | 50 | D | 3A | 49 | 34 |
| Octal | 336 | 331 | 55 | 0 | 2 | 120 | 15 | 72 | 111 | 64 |
| Binary | 11011110 | 11011001 | 101101 | 0 | 10 | 1010000 | 1101 | 111010 | 1001001 | 110100 |
Color Harmonies of #DED92D
Complementary color
Monochromatic Colors of #DED92D
Black with #DED92D
Text Example
Text Example
White with #DED92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED92D; }
p { color: rgb(222,217,45); }
H1.HeaderClassName
{
color: #DED92D;
}
.AnyTagClassName
{
color: #DED92D;
}
</style>
background-color css
<style>
a { background-color: #DED92D; }
a { background-color: rgb(222,217,45); }
div.DivClassName
{
background-color: #DED92D;
}
.BgClassName
{
background-color: #DED92D;
}
</style>
border-color css
<style>
span { border-color: #DED92D; }
span { border-color: rgb(222,217,45); }
td.TdClassName
{
border-color: #DED92D;
}
.TagClassName
{
border-color: #DED92D;
}
</style>