Shades of Starship #DFEC40
Tints of Starship #DFEC40
RGB
CMYK
RGB Variations
Color information
#DFEC40 (or 0xDFEC40) is known color: Starship. HEX triplet: DF, EC and 40. RGB value is (223,236,64). Sum of RGB (Red+Green+Blue) = 223+236+64=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC40 is #2013BF. Grayscale: #D5D5D5. Windows color (decimal): -2102208 or 4254943. OLE color: 4254943.
HSL color Cylindrical-coordinate representation of color #DFEC40: hue angle of 64.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFEC40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 64 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.07 |
| HSL | 64.53º | 0.82% | 0.59% | - |
| HSV(B) | 64.53º | 0.73% | 0.93% | - |
| XYZ | 61.35 | 76.05 | 16.3 | - |
| YUV | 212.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 64 | 0.06 | 0 | 0.73 | 0.07 | 64.53 | 0.82 | 0.59 |
| Hex | DF | EC | 40 | 6 | 0 | 49 | 7 | 41 | 52 | 3B |
| Octal | 337 | 354 | 100 | 6 | 0 | 111 | 7 | 101 | 122 | 73 |
| Binary | 11011111 | 11101100 | 1000000 | 110 | 0 | 1001001 | 111 | 1000001 | 1010010 | 111011 |
Color Harmonies of #DFEC40
Complementary color
Monochromatic Colors of #DFEC40
Black with #DFEC40
Text Example
Text Example
White with #DFEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC40; }
p { color: rgb(223,236,64); }
H1.HeaderClassName
{
color: #DFEC40;
}
.AnyTagClassName
{
color: #DFEC40;
}
</style>
background-color css
<style>
a { background-color: #DFEC40; }
a { background-color: rgb(223,236,64); }
div.DivClassName
{
background-color: #DFEC40;
}
.BgClassName
{
background-color: #DFEC40;
}
</style>
border-color css
<style>
span { border-color: #DFEC40; }
span { border-color: rgb(223,236,64); }
td.TdClassName
{
border-color: #DFEC40;
}
.TagClassName
{
border-color: #DFEC40;
}
</style>