Shades of Starship #DED83C
Tints of Starship #DED83C
RGB
CMYK
RGB Variations
Color information
#DED83C (or 0xDED83C) is known color: Starship. HEX triplet: DE, D8 and 3C. RGB value is (222,216,60). Sum of RGB (Red+Green+Blue) = 222+216+60=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83C is #2127C3. Grayscale: #C8C8C8. Windows color (decimal): -2172868 or 3987678. OLE color: 3987678.
HSL color Cylindrical-coordinate representation of color #DED83C: hue angle of 57.78º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DED83C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 60 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.13 |
| HSL | 57.78º | 0.71% | 0.55% | - |
| HSV(B) | 57.78º | 0.73% | 0.87% | - |
| XYZ | 55.5 | 64.97 | 13.89 | - |
| YUV | 200.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 60 | 0 | 0.03 | 0.73 | 0.13 | 57.78 | 0.71 | 0.55 |
| Hex | DE | D8 | 3C | 0 | 3 | 49 | D | 3A | 47 | 37 |
| Octal | 336 | 330 | 74 | 0 | 3 | 111 | 15 | 72 | 107 | 67 |
| Binary | 11011110 | 11011000 | 111100 | 0 | 11 | 1001001 | 1101 | 111010 | 1000111 | 110111 |
Color Harmonies of #DED83C
Complementary color
Monochromatic Colors of #DED83C
Black with #DED83C
Text Example
Text Example
White with #DED83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED83C; }
p { color: rgb(222,216,60); }
H1.HeaderClassName
{
color: #DED83C;
}
.AnyTagClassName
{
color: #DED83C;
}
</style>
background-color css
<style>
a { background-color: #DED83C; }
a { background-color: rgb(222,216,60); }
div.DivClassName
{
background-color: #DED83C;
}
.BgClassName
{
background-color: #DED83C;
}
</style>
border-color css
<style>
span { border-color: #DED83C; }
span { border-color: rgb(222,216,60); }
td.TdClassName
{
border-color: #DED83C;
}
.TagClassName
{
border-color: #DED83C;
}
</style>