Shades of Starship #DFE02F
Tints of Starship #DFE02F
RGB
CMYK
RGB Variations
Color information
#DFE02F (or 0xDFE02F) is known color: Starship. HEX triplet: DF, E0 and 2F. RGB value is (223,224,47). Sum of RGB (Red+Green+Blue) = 223+224+47=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE02F is #201FD0. Grayscale: #CCCCCC. Windows color (decimal): -2105297 or 3137759. OLE color: 3137759.
HSL color Cylindrical-coordinate representation of color #DFE02F: hue angle of 60.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFE02F is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 47 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.12 |
| HSL | 60.34º | 0.74% | 0.53% | - |
| HSV(B) | 60.34º | 0.79% | 0.88% | - |
| XYZ | 57.6 | 69.2 | 13.01 | - |
| YUV | 203.52 | 39.67 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 47 | 0.00 | 0 | 0.79 | 0.12 | 60.34 | 0.74 | 0.53 |
| Hex | DF | E0 | 2F | 0 | 0 | 4F | C | 3C | 4A | 35 |
| Octal | 337 | 340 | 57 | 0 | 0 | 117 | 14 | 74 | 112 | 65 |
| Binary | 11011111 | 11100000 | 101111 | 0 | 0 | 1001111 | 1100 | 111100 | 1001010 | 110101 |
Color Harmonies of #DFE02F
Complementary color
Monochromatic Colors of #DFE02F
Black with #DFE02F
Text Example
Text Example
White with #DFE02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE02F; }
p { color: rgb(223,224,47); }
H1.HeaderClassName
{
color: #DFE02F;
}
.AnyTagClassName
{
color: #DFE02F;
}
</style>
background-color css
<style>
a { background-color: #DFE02F; }
a { background-color: rgb(223,224,47); }
div.DivClassName
{
background-color: #DFE02F;
}
.BgClassName
{
background-color: #DFE02F;
}
</style>
border-color css
<style>
span { border-color: #DFE02F; }
span { border-color: rgb(223,224,47); }
td.TdClassName
{
border-color: #DFE02F;
}
.TagClassName
{
border-color: #DFE02F;
}
</style>