Shades of Starship #DFE13E
Tints of Starship #DFE13E
RGB
CMYK
RGB Variations
Color information
#DFE13E (or 0xDFE13E) is known color: Starship. HEX triplet: DF, E1 and 3E. RGB value is (223,225,62). Sum of RGB (Red+Green+Blue) = 223+225+62=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE13E is #201EC1. Grayscale: #CECECE. Windows color (decimal): -2105026 or 4121055. OLE color: 4121055.
HSL color Cylindrical-coordinate representation of color #DFE13E: hue angle of 60.74º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFE13E is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 62 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.12 |
| HSL | 60.74º | 0.73% | 0.56% | - |
| HSV(B) | 60.74º | 0.72% | 0.88% | - |
| XYZ | 58.23 | 69.89 | 14.98 | - |
| YUV | 205.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 62 | 0.01 | 0 | 0.72 | 0.12 | 60.74 | 0.73 | 0.56 |
| Hex | DF | E1 | 3E | 1 | 0 | 48 | C | 3D | 49 | 38 |
| Octal | 337 | 341 | 76 | 1 | 0 | 110 | 14 | 75 | 111 | 70 |
| Binary | 11011111 | 11100001 | 111110 | 1 | 0 | 1001000 | 1100 | 111101 | 1001001 | 111000 |
Color Harmonies of #DFE13E
Complementary color
Monochromatic Colors of #DFE13E
Black with #DFE13E
Text Example
Text Example
White with #DFE13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE13E; }
p { color: rgb(223,225,62); }
H1.HeaderClassName
{
color: #DFE13E;
}
.AnyTagClassName
{
color: #DFE13E;
}
</style>
background-color css
<style>
a { background-color: #DFE13E; }
a { background-color: rgb(223,225,62); }
div.DivClassName
{
background-color: #DFE13E;
}
.BgClassName
{
background-color: #DFE13E;
}
</style>
border-color css
<style>
span { border-color: #DFE13E; }
span { border-color: rgb(223,225,62); }
td.TdClassName
{
border-color: #DFE13E;
}
.TagClassName
{
border-color: #DFE13E;
}
</style>