Shades of Starship #DED83B
Tints of Starship #DED83B
RGB
CMYK
RGB Variations
Color information
#DED83B (or 0xDED83B) is known color: Starship. HEX triplet: DE, D8 and 3B. RGB value is (222,216,59). Sum of RGB (Red+Green+Blue) = 222+216+59=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED83B is #2127C4. Grayscale: #C8C8C8. Windows color (decimal): -2172869 or 3922142. OLE color: 3922142.
HSL color Cylindrical-coordinate representation of color #DED83B: hue angle of 57.79º 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 #DED83B is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 59 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.13 |
| HSL | 57.79º | 0.71% | 0.55% | - |
| HSV(B) | 57.79º | 0.73% | 0.87% | - |
| XYZ | 55.47 | 64.96 | 13.75 | - |
| YUV | 199.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 59 | 0 | 0.03 | 0.73 | 0.13 | 57.79 | 0.71 | 0.55 |
| Hex | DE | D8 | 3B | 0 | 3 | 49 | D | 3A | 47 | 37 |
| Octal | 336 | 330 | 73 | 0 | 3 | 111 | 15 | 72 | 107 | 67 |
| Binary | 11011110 | 11011000 | 111011 | 0 | 11 | 1001001 | 1101 | 111010 | 1000111 | 110111 |
Color Harmonies of #DED83B
Complementary color
Monochromatic Colors of #DED83B
Black with #DED83B
Text Example
Text Example
White with #DED83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED83B; }
p { color: rgb(222,216,59); }
H1.HeaderClassName
{
color: #DED83B;
}
.AnyTagClassName
{
color: #DED83B;
}
</style>
background-color css
<style>
a { background-color: #DED83B; }
a { background-color: rgb(222,216,59); }
div.DivClassName
{
background-color: #DED83B;
}
.BgClassName
{
background-color: #DED83B;
}
</style>
border-color css
<style>
span { border-color: #DED83B; }
span { border-color: rgb(222,216,59); }
td.TdClassName
{
border-color: #DED83B;
}
.TagClassName
{
border-color: #DED83B;
}
</style>