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