Shades of Starship #DED93D
Tints of Starship #DED93D
RGB
CMYK
RGB Variations
Color information
#DED93D (or 0xDED93D) is known color: Starship. HEX triplet: DE, D9 and 3D. RGB value is (222,217,61). Sum of RGB (Red+Green+Blue) = 222+217+61=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED93D is #2126C2. Grayscale: #C9C9C9. Windows color (decimal): -2172611 or 4053470. OLE color: 4053470.
HSL color Cylindrical-coordinate representation of color #DED93D: hue angle of 58.14º 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 #DED93D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 61 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.13 |
| HSL | 58.14º | 0.71% | 0.55% | - |
| HSV(B) | 58.14º | 0.73% | 0.87% | - |
| XYZ | 55.78 | 65.49 | 14.12 | - |
| YUV | 200.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 61 | 0 | 0.02 | 0.73 | 0.13 | 58.14 | 0.71 | 0.55 |
| Hex | DE | D9 | 3D | 0 | 2 | 49 | D | 3A | 47 | 37 |
| Octal | 336 | 331 | 75 | 0 | 2 | 111 | 15 | 72 | 107 | 67 |
| Binary | 11011110 | 11011001 | 111101 | 0 | 10 | 1001001 | 1101 | 111010 | 1000111 | 110111 |
Color Harmonies of #DED93D
Complementary color
Monochromatic Colors of #DED93D
Black with #DED93D
Text Example
Text Example
White with #DED93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED93D; }
p { color: rgb(222,217,61); }
H1.HeaderClassName
{
color: #DED93D;
}
.AnyTagClassName
{
color: #DED93D;
}
</style>
background-color css
<style>
a { background-color: #DED93D; }
a { background-color: rgb(222,217,61); }
div.DivClassName
{
background-color: #DED93D;
}
.BgClassName
{
background-color: #DED93D;
}
</style>
border-color css
<style>
span { border-color: #DED93D; }
span { border-color: rgb(222,217,61); }
td.TdClassName
{
border-color: #DED93D;
}
.TagClassName
{
border-color: #DED93D;
}
</style>