Shades of Starship #DFE93F
Tints of Starship #DFE93F
RGB
CMYK
RGB Variations
Color information
#DFE93F (or 0xDFE93F) is known color: Starship. HEX triplet: DF, E9 and 3F. RGB value is (223,233,63). Sum of RGB (Red+Green+Blue) = 223+233+63=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE93F is #2016C0. Grayscale: #D3D3D3. Windows color (decimal): -2102977 or 4188639. OLE color: 4188639.
HSL color Cylindrical-coordinate representation of color #DFE93F: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFE93F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 63 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.09 |
| HSL | 63.53º | 0.79% | 0.58% | - |
| HSV(B) | 63.53º | 0.73% | 0.91% | - |
| XYZ | 60.47 | 74.32 | 15.86 | - |
| YUV | 210.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 63 | 0.04 | 0 | 0.73 | 0.09 | 63.53 | 0.79 | 0.58 |
| Hex | DF | E9 | 3F | 4 | 0 | 49 | 9 | 40 | 4F | 3A |
| Octal | 337 | 351 | 77 | 4 | 0 | 111 | 11 | 100 | 117 | 72 |
| Binary | 11011111 | 11101001 | 111111 | 100 | 0 | 1001001 | 1001 | 1000000 | 1001111 | 111010 |
Color Harmonies of #DFE93F
Complementary color
Monochromatic Colors of #DFE93F
Black with #DFE93F
Text Example
Text Example
White with #DFE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE93F; }
p { color: rgb(223,233,63); }
H1.HeaderClassName
{
color: #DFE93F;
}
.AnyTagClassName
{
color: #DFE93F;
}
</style>
background-color css
<style>
a { background-color: #DFE93F; }
a { background-color: rgb(223,233,63); }
div.DivClassName
{
background-color: #DFE93F;
}
.BgClassName
{
background-color: #DFE93F;
}
</style>
border-color css
<style>
span { border-color: #DFE93F; }
span { border-color: rgb(223,233,63); }
td.TdClassName
{
border-color: #DFE93F;
}
.TagClassName
{
border-color: #DFE93F;
}
</style>