Shades of Starship #DED935
Tints of Starship #DED935
RGB
CMYK
RGB Variations
Color information
#DED935 (or 0xDED935) is known color: Starship. HEX triplet: DE, D9 and 35. RGB value is (222,217,53). Sum of RGB (Red+Green+Blue) = 222+217+53=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DED935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED935 is #2126CA. Grayscale: #C8C8C8. Windows color (decimal): -2172619 or 3529182. OLE color: 3529182.
HSL color Cylindrical-coordinate representation of color #DED935: hue angle of 58.22º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DED935 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 53 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.13 |
| HSL | 58.22º | 0.72% | 0.54% | - |
| HSV(B) | 58.22º | 0.76% | 0.87% | - |
| XYZ | 55.58 | 65.41 | 13.06 | - |
| YUV | 199.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 53 | 0 | 0.02 | 0.76 | 0.13 | 58.22 | 0.72 | 0.54 |
| Hex | DE | D9 | 35 | 0 | 2 | 4C | D | 3A | 48 | 36 |
| Octal | 336 | 331 | 65 | 0 | 2 | 114 | 15 | 72 | 110 | 66 |
| Binary | 11011110 | 11011001 | 110101 | 0 | 10 | 1001100 | 1101 | 111010 | 1001000 | 110110 |
Color Harmonies of #DED935
Complementary color
Monochromatic Colors of #DED935
Black with #DED935
Text Example
Text Example
White with #DED935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED935; }
p { color: rgb(222,217,53); }
H1.HeaderClassName
{
color: #DED935;
}
.AnyTagClassName
{
color: #DED935;
}
</style>
background-color css
<style>
a { background-color: #DED935; }
a { background-color: rgb(222,217,53); }
div.DivClassName
{
background-color: #DED935;
}
.BgClassName
{
background-color: #DED935;
}
</style>
border-color css
<style>
span { border-color: #DED935; }
span { border-color: rgb(222,217,53); }
td.TdClassName
{
border-color: #DED935;
}
.TagClassName
{
border-color: #DED935;
}
</style>