Shades of Starship #DCF046
Tints of Starship #DCF046
RGB
CMYK
RGB Variations
Color information
#DCF046 (or 0xDCF046) is known color: Starship. HEX triplet: DC, F0 and 46. RGB value is (220,240,70). Sum of RGB (Red+Green+Blue) = 220+240+70=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF046 is #230FB9. Grayscale: #D7D7D7. Windows color (decimal): -2297786 or 4649180. OLE color: 4649180.
HSL color Cylindrical-coordinate representation of color #DCF046: hue angle of 67.06º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF046 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 70 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.06 |
| HSL | 67.06º | 0.85% | 0.61% | - |
| HSV(B) | 67.06º | 0.71% | 0.94% | - |
| XYZ | 61.78 | 77.98 | 17.59 | - |
| YUV | 214.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 70 | 0.08 | 0 | 0.71 | 0.06 | 67.06 | 0.85 | 0.61 |
| Hex | DC | F0 | 46 | 8 | 0 | 47 | 6 | 43 | 55 | 3D |
| Octal | 334 | 360 | 106 | 10 | 0 | 107 | 6 | 103 | 125 | 75 |
| Binary | 11011100 | 11110000 | 1000110 | 1000 | 0 | 1000111 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DCF046
Complementary color
Monochromatic Colors of #DCF046
Black with #DCF046
Text Example
Text Example
White with #DCF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF046; }
p { color: rgb(220,240,70); }
H1.HeaderClassName
{
color: #DCF046;
}
.AnyTagClassName
{
color: #DCF046;
}
</style>
background-color css
<style>
a { background-color: #DCF046; }
a { background-color: rgb(220,240,70); }
div.DivClassName
{
background-color: #DCF046;
}
.BgClassName
{
background-color: #DCF046;
}
</style>
border-color css
<style>
span { border-color: #DCF046; }
span { border-color: rgb(220,240,70); }
td.TdClassName
{
border-color: #DCF046;
}
.TagClassName
{
border-color: #DCF046;
}
</style>