Shades of Starship #DED836
Tints of Starship #DED836
RGB
CMYK
RGB Variations
Color information
#DED836 (or 0xDED836) is known color: Starship. HEX triplet: DE, D8 and 36. RGB value is (222,216,54). Sum of RGB (Red+Green+Blue) = 222+216+54=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DED836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED836 is #2127C9. Grayscale: #C7C7C7. Windows color (decimal): -2172874 or 3594462. OLE color: 3594462.
HSL color Cylindrical-coordinate representation of color #DED836: hue angle of 57.86º 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 #DED836 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 54 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.13 |
| HSL | 57.86º | 0.72% | 0.54% | - |
| HSV(B) | 57.86º | 0.76% | 0.87% | - |
| XYZ | 55.35 | 64.91 | 13.1 | - |
| YUV | 199.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 54 | 0 | 0.03 | 0.76 | 0.13 | 57.86 | 0.72 | 0.54 |
| Hex | DE | D8 | 36 | 0 | 3 | 4C | D | 3A | 48 | 36 |
| Octal | 336 | 330 | 66 | 0 | 3 | 114 | 15 | 72 | 110 | 66 |
| Binary | 11011110 | 11011000 | 110110 | 0 | 11 | 1001100 | 1101 | 111010 | 1001000 | 110110 |
Color Harmonies of #DED836
Complementary color
Monochromatic Colors of #DED836
Black with #DED836
Text Example
Text Example
White with #DED836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED836; }
p { color: rgb(222,216,54); }
H1.HeaderClassName
{
color: #DED836;
}
.AnyTagClassName
{
color: #DED836;
}
</style>
background-color css
<style>
a { background-color: #DED836; }
a { background-color: rgb(222,216,54); }
div.DivClassName
{
background-color: #DED836;
}
.BgClassName
{
background-color: #DED836;
}
</style>
border-color css
<style>
span { border-color: #DED836; }
span { border-color: rgb(222,216,54); }
td.TdClassName
{
border-color: #DED836;
}
.TagClassName
{
border-color: #DED836;
}
</style>