Shades of Starship #DFE53F
Tints of Starship #DFE53F
RGB
CMYK
RGB Variations
Color information
#DFE53F (or 0xDFE53F) is known color: Starship. HEX triplet: DF, E5 and 3F. RGB value is (223,229,63). Sum of RGB (Red+Green+Blue) = 223+229+63=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE53F is #201AC0. Grayscale: #D0D0D0. Windows color (decimal): -2104001 or 4187615. OLE color: 4187615.
HSL color Cylindrical-coordinate representation of color #DFE53F: hue angle of 62.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFE53F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 63 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.17º | 0.76% | 0.57% | - |
| HSV(B) | 62.17º | 0.72% | 0.9% | - |
| XYZ | 59.35 | 72.09 | 15.49 | - |
| YUV | 208.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 63 | 0.03 | 0 | 0.72 | 0.10 | 62.17 | 0.76 | 0.57 |
| Hex | DF | E5 | 3F | 3 | 0 | 48 | A | 3E | 4C | 39 |
| Octal | 337 | 345 | 77 | 3 | 0 | 110 | 12 | 76 | 114 | 71 |
| Binary | 11011111 | 11100101 | 111111 | 11 | 0 | 1001000 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #DFE53F
Complementary color
Monochromatic Colors of #DFE53F
Black with #DFE53F
Text Example
Text Example
White with #DFE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE53F; }
p { color: rgb(223,229,63); }
H1.HeaderClassName
{
color: #DFE53F;
}
.AnyTagClassName
{
color: #DFE53F;
}
</style>
background-color css
<style>
a { background-color: #DFE53F; }
a { background-color: rgb(223,229,63); }
div.DivClassName
{
background-color: #DFE53F;
}
.BgClassName
{
background-color: #DFE53F;
}
</style>
border-color css
<style>
span { border-color: #DFE53F; }
span { border-color: rgb(223,229,63); }
td.TdClassName
{
border-color: #DFE53F;
}
.TagClassName
{
border-color: #DFE53F;
}
</style>