Shades of Starship #DFE53E
Tints of Starship #DFE53E
RGB
CMYK
RGB Variations
Color information
#DFE53E (or 0xDFE53E) is known color: Starship. HEX triplet: DF, E5 and 3E. RGB value is (223,229,62). Sum of RGB (Red+Green+Blue) = 223+229+62=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE53E is #201AC1. Grayscale: #D0D0D0. Windows color (decimal): -2104002 or 4122079. OLE color: 4122079.
HSL color Cylindrical-coordinate representation of color #DFE53E: hue angle of 62.16º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFE53E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 62 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.10 |
| HSL | 62.16º | 0.76% | 0.57% | - |
| HSV(B) | 62.16º | 0.73% | 0.9% | - |
| XYZ | 59.32 | 72.07 | 15.34 | - |
| YUV | 208.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 62 | 0.03 | 0 | 0.73 | 0.10 | 62.16 | 0.76 | 0.57 |
| Hex | DF | E5 | 3E | 3 | 0 | 49 | A | 3E | 4C | 39 |
| Octal | 337 | 345 | 76 | 3 | 0 | 111 | 12 | 76 | 114 | 71 |
| Binary | 11011111 | 11100101 | 111110 | 11 | 0 | 1001001 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #DFE53E
Complementary color
Monochromatic Colors of #DFE53E
Black with #DFE53E
Text Example
Text Example
White with #DFE53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE53E; }
p { color: rgb(223,229,62); }
H1.HeaderClassName
{
color: #DFE53E;
}
.AnyTagClassName
{
color: #DFE53E;
}
</style>
background-color css
<style>
a { background-color: #DFE53E; }
a { background-color: rgb(223,229,62); }
div.DivClassName
{
background-color: #DFE53E;
}
.BgClassName
{
background-color: #DFE53E;
}
</style>
border-color css
<style>
span { border-color: #DFE53E; }
span { border-color: rgb(223,229,62); }
td.TdClassName
{
border-color: #DFE53E;
}
.TagClassName
{
border-color: #DFE53E;
}
</style>