Shades of Starship #DFE02C
Tints of Starship #DFE02C
RGB
CMYK
RGB Variations
Color information
#DFE02C (or 0xDFE02C) is known color: Starship. HEX triplet: DF, E0 and 2C. RGB value is (223,224,44). Sum of RGB (Red+Green+Blue) = 223+224+44=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE02C is #201FD3. Grayscale: #CBCBCB. Windows color (decimal): -2105300 or 2941151. OLE color: 2941151.
HSL color Cylindrical-coordinate representation of color #DFE02C: hue angle of 60.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFE02C is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 44 | - |
| CMYK | 0.00 | 0 | 0.80 | 0.12 |
| HSL | 60.33º | 0.74% | 0.53% | - |
| HSV(B) | 60.33º | 0.8% | 0.88% | - |
| XYZ | 57.54 | 69.18 | 12.7 | - |
| YUV | 203.18 | 38.17 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 44 | 0.00 | 0 | 0.80 | 0.12 | 60.33 | 0.74 | 0.53 |
| Hex | DF | E0 | 2C | 0 | 0 | 50 | C | 3C | 4A | 35 |
| Octal | 337 | 340 | 54 | 0 | 0 | 120 | 14 | 74 | 112 | 65 |
| Binary | 11011111 | 11100000 | 101100 | 0 | 0 | 1010000 | 1100 | 111100 | 1001010 | 110101 |
Color Harmonies of #DFE02C
Complementary color
Monochromatic Colors of #DFE02C
Black with #DFE02C
Text Example
Text Example
White with #DFE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE02C; }
p { color: rgb(223,224,44); }
H1.HeaderClassName
{
color: #DFE02C;
}
.AnyTagClassName
{
color: #DFE02C;
}
</style>
background-color css
<style>
a { background-color: #DFE02C; }
a { background-color: rgb(223,224,44); }
div.DivClassName
{
background-color: #DFE02C;
}
.BgClassName
{
background-color: #DFE02C;
}
</style>
border-color css
<style>
span { border-color: #DFE02C; }
span { border-color: rgb(223,224,44); }
td.TdClassName
{
border-color: #DFE02C;
}
.TagClassName
{
border-color: #DFE02C;
}
</style>