Shades of Starship #DED42C
Tints of Starship #DED42C
RGB
CMYK
RGB Variations
Color information
#DED42C (or 0xDED42C) is known color: Starship. HEX triplet: DE, D4 and 2C. RGB value is (222,212,44). Sum of RGB (Red+Green+Blue) = 222+212+44=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED42C is #212BD3. Grayscale: #C4C4C4. Windows color (decimal): -2173908 or 2938078. OLE color: 2938078.
HSL color Cylindrical-coordinate representation of color #DED42C: hue angle of 56.63º 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 #DED42C is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 44 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.13 |
| HSL | 56.63º | 0.73% | 0.52% | - |
| HSV(B) | 56.63º | 0.8% | 0.87% | - |
| XYZ | 54.12 | 62.8 | 11.65 | - |
| YUV | 195.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 44 | 0 | 0.05 | 0.80 | 0.13 | 56.63 | 0.73 | 0.52 |
| Hex | DE | D4 | 2C | 0 | 5 | 50 | D | 39 | 49 | 34 |
| Octal | 336 | 324 | 54 | 0 | 5 | 120 | 15 | 71 | 111 | 64 |
| Binary | 11011110 | 11010100 | 101100 | 0 | 101 | 1010000 | 1101 | 111001 | 1001001 | 110100 |
Color Harmonies of #DED42C
Complementary color
Monochromatic Colors of #DED42C
Black with #DED42C
Text Example
Text Example
White with #DED42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED42C; }
p { color: rgb(222,212,44); }
H1.HeaderClassName
{
color: #DED42C;
}
.AnyTagClassName
{
color: #DED42C;
}
</style>
background-color css
<style>
a { background-color: #DED42C; }
a { background-color: rgb(222,212,44); }
div.DivClassName
{
background-color: #DED42C;
}
.BgClassName
{
background-color: #DED42C;
}
</style>
border-color css
<style>
span { border-color: #DED42C; }
span { border-color: rgb(222,212,44); }
td.TdClassName
{
border-color: #DED42C;
}
.TagClassName
{
border-color: #DED42C;
}
</style>