Shades of Starship #DCED46
Tints of Starship #DCED46
RGB
CMYK
RGB Variations
Color information
#DCED46 (or 0xDCED46) is known color: Starship. HEX triplet: DC, ED and 46. RGB value is (220,237,70). Sum of RGB (Red+Green+Blue) = 220+237+70=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED46 is #2312B9. Grayscale: #D5D5D5. Windows color (decimal): -2298554 or 4648412. OLE color: 4648412.
HSL color Cylindrical-coordinate representation of color #DCED46: hue angle of 66.11º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCED46 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 70 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.07 |
| HSL | 66.11º | 0.82% | 0.6% | - |
| HSV(B) | 66.11º | 0.7% | 0.93% | - |
| XYZ | 60.9 | 76.23 | 17.3 | - |
| YUV | 212.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 70 | 0.07 | 0 | 0.70 | 0.07 | 66.11 | 0.82 | 0.6 |
| Hex | DC | ED | 46 | 7 | 0 | 46 | 7 | 42 | 52 | 3C |
| Octal | 334 | 355 | 106 | 7 | 0 | 106 | 7 | 102 | 122 | 74 |
| Binary | 11011100 | 11101101 | 1000110 | 111 | 0 | 1000110 | 111 | 1000010 | 1010010 | 111100 |
Color Harmonies of #DCED46
Complementary color
Monochromatic Colors of #DCED46
Black with #DCED46
Text Example
Text Example
White with #DCED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED46; }
p { color: rgb(220,237,70); }
H1.HeaderClassName
{
color: #DCED46;
}
.AnyTagClassName
{
color: #DCED46;
}
</style>
background-color css
<style>
a { background-color: #DCED46; }
a { background-color: rgb(220,237,70); }
div.DivClassName
{
background-color: #DCED46;
}
.BgClassName
{
background-color: #DCED46;
}
</style>
border-color css
<style>
span { border-color: #DCED46; }
span { border-color: rgb(220,237,70); }
td.TdClassName
{
border-color: #DCED46;
}
.TagClassName
{
border-color: #DCED46;
}
</style>