Shades of Starship #DFE53C
Tints of Starship #DFE53C
RGB
CMYK
RGB Variations
Color information
#DFE53C (or 0xDFE53C) is known color: Starship. HEX triplet: DF, E5 and 3C. RGB value is (223,229,60). Sum of RGB (Red+Green+Blue) = 223+229+60=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE53C is #201AC3. Grayscale: #D0D0D0. Windows color (decimal): -2104004 or 3991007. OLE color: 3991007.
HSL color Cylindrical-coordinate representation of color #DFE53C: hue angle of 62.13º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFE53C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 60 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.10 |
| HSL | 62.13º | 0.76% | 0.57% | - |
| HSV(B) | 62.13º | 0.74% | 0.9% | - |
| XYZ | 59.27 | 72.05 | 15.06 | - |
| YUV | 207.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 60 | 0.03 | 0 | 0.74 | 0.10 | 62.13 | 0.76 | 0.57 |
| Hex | DF | E5 | 3C | 3 | 0 | 4A | A | 3E | 4C | 39 |
| Octal | 337 | 345 | 74 | 3 | 0 | 112 | 12 | 76 | 114 | 71 |
| Binary | 11011111 | 11100101 | 111100 | 11 | 0 | 1001010 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #DFE53C
Complementary color
Monochromatic Colors of #DFE53C
Black with #DFE53C
Text Example
Text Example
White with #DFE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE53C; }
p { color: rgb(223,229,60); }
H1.HeaderClassName
{
color: #DFE53C;
}
.AnyTagClassName
{
color: #DFE53C;
}
</style>
background-color css
<style>
a { background-color: #DFE53C; }
a { background-color: rgb(223,229,60); }
div.DivClassName
{
background-color: #DFE53C;
}
.BgClassName
{
background-color: #DFE53C;
}
</style>
border-color css
<style>
span { border-color: #DFE53C; }
span { border-color: rgb(223,229,60); }
td.TdClassName
{
border-color: #DFE53C;
}
.TagClassName
{
border-color: #DFE53C;
}
</style>