Shades of Starship #DEDC47
Tints of Starship #DEDC47
RGB
CMYK
RGB Variations
Color information
#DEDC47 (or 0xDEDC47) is known color: Starship. HEX triplet: DE, DC and 47. RGB value is (222,220,71). Sum of RGB (Red+Green+Blue) = 222+220+71=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC47 is #2123B8. Grayscale: #CCCCCC. Windows color (decimal): -2171833 or 4709598. OLE color: 4709598.
HSL color Cylindrical-coordinate representation of color #DEDC47: 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 #DEDC47 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 71 | - |
| 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.85 | 67.17 | 15.93 | - |
| YUV | 203.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 71 | 0 | 0.01 | 0.68 | 0.13 | 59.21 | 0.7 | 0.57 |
| Hex | DE | DC | 47 | 0 | 1 | 44 | D | 3B | 46 | 39 |
| Octal | 336 | 334 | 107 | 0 | 1 | 104 | 15 | 73 | 106 | 71 |
| Binary | 11011110 | 11011100 | 1000111 | 0 | 1 | 1000100 | 1101 | 111011 | 1000110 | 111001 |
Color Harmonies of #DEDC47
Complementary color
Monochromatic Colors of #DEDC47
Black with #DEDC47
Text Example
Text Example
White with #DEDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC47; }
p { color: rgb(222,220,71); }
H1.HeaderClassName
{
color: #DEDC47;
}
.AnyTagClassName
{
color: #DEDC47;
}
</style>
background-color css
<style>
a { background-color: #DEDC47; }
a { background-color: rgb(222,220,71); }
div.DivClassName
{
background-color: #DEDC47;
}
.BgClassName
{
background-color: #DEDC47;
}
</style>
border-color css
<style>
span { border-color: #DEDC47; }
span { border-color: rgb(222,220,71); }
td.TdClassName
{
border-color: #DEDC47;
}
.TagClassName
{
border-color: #DEDC47;
}
</style>