Shades of Starship #DED946
Tints of Starship #DED946
RGB
CMYK
RGB Variations
Color information
#DED946 (or 0xDED946) is known color: Starship. HEX triplet: DE, D9 and 46. RGB value is (222,217,70). Sum of RGB (Red+Green+Blue) = 222+217+70=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED946 is #2126B9. Grayscale: #CACACA. Windows color (decimal): -2172602 or 4643294. OLE color: 4643294.
HSL color Cylindrical-coordinate representation of color #DED946: hue angle of 58.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED946 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 70 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.13 |
| HSL | 58.03º | 0.7% | 0.57% | - |
| HSV(B) | 58.03º | 0.68% | 0.87% | - |
| XYZ | 56.04 | 65.6 | 15.5 | - |
| YUV | 201.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 70 | 0 | 0.02 | 0.68 | 0.13 | 58.03 | 0.7 | 0.57 |
| Hex | DE | D9 | 46 | 0 | 2 | 44 | D | 3A | 46 | 39 |
| Octal | 336 | 331 | 106 | 0 | 2 | 104 | 15 | 72 | 106 | 71 |
| Binary | 11011110 | 11011001 | 1000110 | 0 | 10 | 1000100 | 1101 | 111010 | 1000110 | 111001 |
Color Harmonies of #DED946
Complementary color
Monochromatic Colors of #DED946
Black with #DED946
Text Example
Text Example
White with #DED946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED946; }
p { color: rgb(222,217,70); }
H1.HeaderClassName
{
color: #DED946;
}
.AnyTagClassName
{
color: #DED946;
}
</style>
background-color css
<style>
a { background-color: #DED946; }
a { background-color: rgb(222,217,70); }
div.DivClassName
{
background-color: #DED946;
}
.BgClassName
{
background-color: #DED946;
}
</style>
border-color css
<style>
span { border-color: #DED946; }
span { border-color: rgb(222,217,70); }
td.TdClassName
{
border-color: #DED946;
}
.TagClassName
{
border-color: #DED946;
}
</style>