Shades of Starship #DED83E
Tints of Starship #DED83E
RGB
CMYK
RGB Variations
Color information
#DED83E (or 0xDED83E) is known color: Starship. HEX triplet: DE, D8 and 3E. RGB value is (222,216,62). Sum of RGB (Red+Green+Blue) = 222+216+62=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83E is #2127C1. Grayscale: #C8C8C8. Windows color (decimal): -2172866 or 4118750. OLE color: 4118750.
HSL color Cylindrical-coordinate representation of color #DED83E: hue angle of 57.75º 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 #DED83E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 62 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.75º | 0.71% | 0.56% | - |
| HSV(B) | 57.75º | 0.72% | 0.87% | - |
| XYZ | 55.55 | 64.99 | 14.17 | - |
| YUV | 200.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 62 | 0 | 0.03 | 0.72 | 0.13 | 57.75 | 0.71 | 0.56 |
| Hex | DE | D8 | 3E | 0 | 3 | 48 | D | 3A | 47 | 38 |
| Octal | 336 | 330 | 76 | 0 | 3 | 110 | 15 | 72 | 107 | 70 |
| Binary | 11011110 | 11011000 | 111110 | 0 | 11 | 1001000 | 1101 | 111010 | 1000111 | 111000 |
Color Harmonies of #DED83E
Complementary color
Monochromatic Colors of #DED83E
Black with #DED83E
Text Example
Text Example
White with #DED83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED83E; }
p { color: rgb(222,216,62); }
H1.HeaderClassName
{
color: #DED83E;
}
.AnyTagClassName
{
color: #DED83E;
}
</style>
background-color css
<style>
a { background-color: #DED83E; }
a { background-color: rgb(222,216,62); }
div.DivClassName
{
background-color: #DED83E;
}
.BgClassName
{
background-color: #DED83E;
}
</style>
border-color css
<style>
span { border-color: #DED83E; }
span { border-color: rgb(222,216,62); }
td.TdClassName
{
border-color: #DED83E;
}
.TagClassName
{
border-color: #DED83E;
}
</style>