Shades of Starship #DED842
Tints of Starship #DED842
RGB
CMYK
RGB Variations
Color information
#DED842 (or 0xDED842) is known color: Starship. HEX triplet: DE, D8 and 42. RGB value is (222,216,66). Sum of RGB (Red+Green+Blue) = 222+216+66=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED842 is #2127BD. Grayscale: #C9C9C9. Windows color (decimal): -2172862 or 4380894. OLE color: 4380894.
HSL color Cylindrical-coordinate representation of color #DED842: hue angle of 57.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DED842 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 66 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.13 |
| HSL | 57.69º | 0.7% | 0.56% | - |
| HSV(B) | 57.69º | 0.7% | 0.87% | - |
| XYZ | 55.66 | 65.03 | 14.77 | - |
| YUV | 200.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 66 | 0 | 0.03 | 0.70 | 0.13 | 57.69 | 0.7 | 0.56 |
| Hex | DE | D8 | 42 | 0 | 3 | 46 | D | 3A | 46 | 38 |
| Octal | 336 | 330 | 102 | 0 | 3 | 106 | 15 | 72 | 106 | 70 |
| Binary | 11011110 | 11011000 | 1000010 | 0 | 11 | 1000110 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DED842
Complementary color
Monochromatic Colors of #DED842
Black with #DED842
Text Example
Text Example
White with #DED842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED842; }
p { color: rgb(222,216,66); }
H1.HeaderClassName
{
color: #DED842;
}
.AnyTagClassName
{
color: #DED842;
}
</style>
background-color css
<style>
a { background-color: #DED842; }
a { background-color: rgb(222,216,66); }
div.DivClassName
{
background-color: #DED842;
}
.BgClassName
{
background-color: #DED842;
}
</style>
border-color css
<style>
span { border-color: #DED842; }
span { border-color: rgb(222,216,66); }
td.TdClassName
{
border-color: #DED842;
}
.TagClassName
{
border-color: #DED842;
}
</style>