Shades of Starship #DEDC46
Tints of Starship #DEDC46
RGB
CMYK
RGB Variations
Color information
#DEDC46 (or 0xDEDC46) is known color: Starship. HEX triplet: DE, DC and 46. RGB value is (222,220,70). Sum of RGB (Red+Green+Blue) = 222+220+70=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC46 is #2123B9. Grayscale: #CCCCCC. Windows color (decimal): -2171834 or 4644062. OLE color: 4644062.
HSL color Cylindrical-coordinate representation of color #DEDC46: hue angle of 59.21º 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 #DEDC46 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 70 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 59.21º | 0.7% | 0.57% | - |
| HSV(B) | 59.21º | 0.68% | 0.87% | - |
| XYZ | 56.82 | 67.16 | 15.76 | - |
| YUV | 203.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 70 | 0 | 0.01 | 0.68 | 0.13 | 59.21 | 0.7 | 0.57 |
| Hex | DE | DC | 46 | 0 | 1 | 44 | D | 3B | 46 | 39 |
| Octal | 336 | 334 | 106 | 0 | 1 | 104 | 15 | 73 | 106 | 71 |
| Binary | 11011110 | 11011100 | 1000110 | 0 | 1 | 1000100 | 1101 | 111011 | 1000110 | 111001 |
Color Harmonies of #DEDC46
Complementary color
Monochromatic Colors of #DEDC46
Black with #DEDC46
Text Example
Text Example
White with #DEDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC46; }
p { color: rgb(222,220,70); }
H1.HeaderClassName
{
color: #DEDC46;
}
.AnyTagClassName
{
color: #DEDC46;
}
</style>
background-color css
<style>
a { background-color: #DEDC46; }
a { background-color: rgb(222,220,70); }
div.DivClassName
{
background-color: #DEDC46;
}
.BgClassName
{
background-color: #DEDC46;
}
</style>
border-color css
<style>
span { border-color: #DEDC46; }
span { border-color: rgb(222,220,70); }
td.TdClassName
{
border-color: #DEDC46;
}
.TagClassName
{
border-color: #DEDC46;
}
</style>