Shades of Starship #DFEC41
Tints of Starship #DFEC41
RGB
CMYK
RGB Variations
Color information
#DFEC41 (or 0xDFEC41) is known color: Starship. HEX triplet: DF, EC and 41. RGB value is (223,236,65). Sum of RGB (Red+Green+Blue) = 223+236+65=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC41 is #2013BE. Grayscale: #D5D5D5. Windows color (decimal): -2102207 or 4320479. OLE color: 4320479.
HSL color Cylindrical-coordinate representation of color #DFEC41: hue angle of 64.56º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFEC41 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 65 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.07 |
| HSL | 64.56º | 0.82% | 0.59% | - |
| HSV(B) | 64.56º | 0.72% | 0.93% | - |
| XYZ | 61.38 | 76.06 | 16.45 | - |
| YUV | 212.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 65 | 0.06 | 0 | 0.72 | 0.07 | 64.56 | 0.82 | 0.59 |
| Hex | DF | EC | 41 | 6 | 0 | 48 | 7 | 41 | 52 | 3B |
| Octal | 337 | 354 | 101 | 6 | 0 | 110 | 7 | 101 | 122 | 73 |
| Binary | 11011111 | 11101100 | 1000001 | 110 | 0 | 1001000 | 111 | 1000001 | 1010010 | 111011 |
Color Harmonies of #DFEC41
Complementary color
Monochromatic Colors of #DFEC41
Black with #DFEC41
Text Example
Text Example
White with #DFEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC41; }
p { color: rgb(223,236,65); }
H1.HeaderClassName
{
color: #DFEC41;
}
.AnyTagClassName
{
color: #DFEC41;
}
</style>
background-color css
<style>
a { background-color: #DFEC41; }
a { background-color: rgb(223,236,65); }
div.DivClassName
{
background-color: #DFEC41;
}
.BgClassName
{
background-color: #DFEC41;
}
</style>
border-color css
<style>
span { border-color: #DFEC41; }
span { border-color: rgb(223,236,65); }
td.TdClassName
{
border-color: #DFEC41;
}
.TagClassName
{
border-color: #DFEC41;
}
</style>