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