Shades of Starship #DFEC37
Tints of Starship #DFEC37
RGB
CMYK
RGB Variations
Color information
#DFEC37 (or 0xDFEC37) is known color: Starship. HEX triplet: DF, EC and 37. RGB value is (223,236,55). Sum of RGB (Red+Green+Blue) = 223+236+55=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC37 is #2013C8. Grayscale: #D4D4D4. Windows color (decimal): -2102217 or 3665119. OLE color: 3665119.
HSL color Cylindrical-coordinate representation of color #DFEC37: hue angle of 64.31º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFEC37 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 55 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.07 |
| HSL | 64.31º | 0.83% | 0.57% | - |
| HSV(B) | 64.31º | 0.77% | 0.93% | - |
| XYZ | 61.12 | 75.95 | 15.05 | - |
| YUV | 211.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 55 | 0.06 | 0 | 0.77 | 0.07 | 64.31 | 0.83 | 0.57 |
| Hex | DF | EC | 37 | 6 | 0 | 4D | 7 | 40 | 53 | 39 |
| Octal | 337 | 354 | 67 | 6 | 0 | 115 | 7 | 100 | 123 | 71 |
| Binary | 11011111 | 11101100 | 110111 | 110 | 0 | 1001101 | 111 | 1000000 | 1010011 | 111001 |
Color Harmonies of #DFEC37
Complementary color
Monochromatic Colors of #DFEC37
Black with #DFEC37
Text Example
Text Example
White with #DFEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC37; }
p { color: rgb(223,236,55); }
H1.HeaderClassName
{
color: #DFEC37;
}
.AnyTagClassName
{
color: #DFEC37;
}
</style>
background-color css
<style>
a { background-color: #DFEC37; }
a { background-color: rgb(223,236,55); }
div.DivClassName
{
background-color: #DFEC37;
}
.BgClassName
{
background-color: #DFEC37;
}
</style>
border-color css
<style>
span { border-color: #DFEC37; }
span { border-color: rgb(223,236,55); }
td.TdClassName
{
border-color: #DFEC37;
}
.TagClassName
{
border-color: #DFEC37;
}
</style>