Shades of Starship #DED02C
Tints of Starship #DED02C
RGB
CMYK
RGB Variations
Color information
#DED02C (or 0xDED02C) is known color: Starship. HEX triplet: DE, D0 and 2C. RGB value is (222,208,44). Sum of RGB (Red+Green+Blue) = 222+208+44=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DED02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED02C is #212FD3. Grayscale: #C2C2C2. Windows color (decimal): -2174932 or 2937054. OLE color: 2937054.
HSL color Cylindrical-coordinate representation of color #DED02C: hue angle of 55.28º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DED02C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 44 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.13 |
| HSL | 55.28º | 0.73% | 0.52% | - |
| HSV(B) | 55.28º | 0.8% | 0.87% | - |
| XYZ | 53.13 | 60.82 | 11.32 | - |
| YUV | 193.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 44 | 0 | 0.06 | 0.80 | 0.13 | 55.28 | 0.73 | 0.52 |
| Hex | DE | D0 | 2C | 0 | 6 | 50 | D | 37 | 49 | 34 |
| Octal | 336 | 320 | 54 | 0 | 6 | 120 | 15 | 67 | 111 | 64 |
| Binary | 11011110 | 11010000 | 101100 | 0 | 110 | 1010000 | 1101 | 110111 | 1001001 | 110100 |
Color Harmonies of #DED02C
Complementary color
Monochromatic Colors of #DED02C
Black with #DED02C
Text Example
Text Example
White with #DED02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED02C; }
p { color: rgb(222,208,44); }
H1.HeaderClassName
{
color: #DED02C;
}
.AnyTagClassName
{
color: #DED02C;
}
</style>
background-color css
<style>
a { background-color: #DED02C; }
a { background-color: rgb(222,208,44); }
div.DivClassName
{
background-color: #DED02C;
}
.BgClassName
{
background-color: #DED02C;
}
</style>
border-color css
<style>
span { border-color: #DED02C; }
span { border-color: rgb(222,208,44); }
td.TdClassName
{
border-color: #DED02C;
}
.TagClassName
{
border-color: #DED02C;
}
</style>