Shades of Starship #DFE246
Tints of Starship #DFE246
RGB
CMYK
RGB Variations
Color information
#DFE246 (or 0xDFE246) is known color: Starship. HEX triplet: DF, E2 and 46. RGB value is (223,226,70). Sum of RGB (Red+Green+Blue) = 223+226+70=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE246 is #201DB9. Grayscale: #CFCFCF. Windows color (decimal): -2104762 or 4645599. OLE color: 4645599.
HSL color Cylindrical-coordinate representation of color #DFE246: hue angle of 61.15º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFE246 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 70 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.11 |
| HSL | 61.15º | 0.73% | 0.58% | - |
| HSV(B) | 61.15º | 0.69% | 0.89% | - |
| XYZ | 58.73 | 70.52 | 16.31 | - |
| YUV | 207.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 70 | 0.01 | 0 | 0.69 | 0.11 | 61.15 | 0.73 | 0.58 |
| Hex | DF | E2 | 46 | 1 | 0 | 45 | B | 3D | 49 | 3A |
| Octal | 337 | 342 | 106 | 1 | 0 | 105 | 13 | 75 | 111 | 72 |
| Binary | 11011111 | 11100010 | 1000110 | 1 | 0 | 1000101 | 1011 | 111101 | 1001001 | 111010 |
Color Harmonies of #DFE246
Complementary color
Monochromatic Colors of #DFE246
Black with #DFE246
Text Example
Text Example
White with #DFE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE246; }
p { color: rgb(223,226,70); }
H1.HeaderClassName
{
color: #DFE246;
}
.AnyTagClassName
{
color: #DFE246;
}
</style>
background-color css
<style>
a { background-color: #DFE246; }
a { background-color: rgb(223,226,70); }
div.DivClassName
{
background-color: #DFE246;
}
.BgClassName
{
background-color: #DFE246;
}
</style>
border-color css
<style>
span { border-color: #DFE246; }
span { border-color: rgb(223,226,70); }
td.TdClassName
{
border-color: #DFE246;
}
.TagClassName
{
border-color: #DFE246;
}
</style>