Shades of Starship #DFEC47
Tints of Starship #DFEC47
RGB
CMYK
RGB Variations
Color information
#DFEC47 (or 0xDFEC47) is known color: Starship. HEX triplet: DF, EC and 47. RGB value is (223,236,71). Sum of RGB (Red+Green+Blue) = 223+236+71=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC47 is #2013B8. Grayscale: #D5D5D5. Windows color (decimal): -2102201 or 4713695. OLE color: 4713695.
HSL color Cylindrical-coordinate representation of color #DFEC47: hue angle of 64.73º degrees, saturation: 0.81, 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 #DFEC47 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 71 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.07 |
| HSL | 64.73º | 0.81% | 0.6% | - |
| HSV(B) | 64.73º | 0.7% | 0.93% | - |
| XYZ | 61.56 | 76.13 | 17.41 | - |
| YUV | 213.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 71 | 0.06 | 0 | 0.70 | 0.07 | 64.73 | 0.81 | 0.6 |
| Hex | DF | EC | 47 | 6 | 0 | 46 | 7 | 41 | 51 | 3C |
| Octal | 337 | 354 | 107 | 6 | 0 | 106 | 7 | 101 | 121 | 74 |
| Binary | 11011111 | 11101100 | 1000111 | 110 | 0 | 1000110 | 111 | 1000001 | 1010001 | 111100 |
Color Harmonies of #DFEC47
Complementary color
Monochromatic Colors of #DFEC47
Black with #DFEC47
Text Example
Text Example
White with #DFEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC47; }
p { color: rgb(223,236,71); }
H1.HeaderClassName
{
color: #DFEC47;
}
.AnyTagClassName
{
color: #DFEC47;
}
</style>
background-color css
<style>
a { background-color: #DFEC47; }
a { background-color: rgb(223,236,71); }
div.DivClassName
{
background-color: #DFEC47;
}
.BgClassName
{
background-color: #DFEC47;
}
</style>
border-color css
<style>
span { border-color: #DFEC47; }
span { border-color: rgb(223,236,71); }
td.TdClassName
{
border-color: #DFEC47;
}
.TagClassName
{
border-color: #DFEC47;
}
</style>