Shades of Starship #DFE53D
Tints of Starship #DFE53D
RGB
CMYK
RGB Variations
Color information
#DFE53D (or 0xDFE53D) is known color: Starship. HEX triplet: DF, E5 and 3D. RGB value is (223,229,61). Sum of RGB (Red+Green+Blue) = 223+229+61=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE53D is #201AC2. Grayscale: #D0D0D0. Windows color (decimal): -2104003 or 4056543. OLE color: 4056543.
HSL color Cylindrical-coordinate representation of color #DFE53D: hue angle of 62.14º 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 #DFE53D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.10 |
| HSL | 62.14º | 0.76% | 0.57% | - |
| HSV(B) | 62.14º | 0.73% | 0.9% | - |
| XYZ | 59.29 | 72.06 | 15.2 | - |
| YUV | 208.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 61 | 0.03 | 0 | 0.73 | 0.10 | 62.14 | 0.76 | 0.57 |
| Hex | DF | E5 | 3D | 3 | 0 | 49 | A | 3E | 4C | 39 |
| Octal | 337 | 345 | 75 | 3 | 0 | 111 | 12 | 76 | 114 | 71 |
| Binary | 11011111 | 11100101 | 111101 | 11 | 0 | 1001001 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #DFE53D
Complementary color
Monochromatic Colors of #DFE53D
Black with #DFE53D
Text Example
Text Example
White with #DFE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE53D; }
p { color: rgb(223,229,61); }
H1.HeaderClassName
{
color: #DFE53D;
}
.AnyTagClassName
{
color: #DFE53D;
}
</style>
background-color css
<style>
a { background-color: #DFE53D; }
a { background-color: rgb(223,229,61); }
div.DivClassName
{
background-color: #DFE53D;
}
.BgClassName
{
background-color: #DFE53D;
}
</style>
border-color css
<style>
span { border-color: #DFE53D; }
span { border-color: rgb(223,229,61); }
td.TdClassName
{
border-color: #DFE53D;
}
.TagClassName
{
border-color: #DFE53D;
}
</style>