Shades of Starship #DFE142
Tints of Starship #DFE142
RGB
CMYK
RGB Variations
Color information
#DFE142 (or 0xDFE142) is known color: Starship. HEX triplet: DF, E1 and 42. RGB value is (223,225,66). Sum of RGB (Red+Green+Blue) = 223+225+66=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE142 is #201EBD. Grayscale: #CECECE. Windows color (decimal): -2105022 or 4383199. OLE color: 4383199.
HSL color Cylindrical-coordinate representation of color #DFE142: hue angle of 60.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFE142 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 66 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.12 |
| HSL | 60.75º | 0.73% | 0.57% | - |
| HSV(B) | 60.75º | 0.71% | 0.88% | - |
| XYZ | 58.34 | 69.93 | 15.58 | - |
| YUV | 206.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 66 | 0.01 | 0 | 0.71 | 0.12 | 60.75 | 0.73 | 0.57 |
| Hex | DF | E1 | 42 | 1 | 0 | 47 | C | 3D | 49 | 39 |
| Octal | 337 | 341 | 102 | 1 | 0 | 107 | 14 | 75 | 111 | 71 |
| Binary | 11011111 | 11100001 | 1000010 | 1 | 0 | 1000111 | 1100 | 111101 | 1001001 | 111001 |
Color Harmonies of #DFE142
Complementary color
Monochromatic Colors of #DFE142
Black with #DFE142
Text Example
Text Example
White with #DFE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE142; }
p { color: rgb(223,225,66); }
H1.HeaderClassName
{
color: #DFE142;
}
.AnyTagClassName
{
color: #DFE142;
}
</style>
background-color css
<style>
a { background-color: #DFE142; }
a { background-color: rgb(223,225,66); }
div.DivClassName
{
background-color: #DFE142;
}
.BgClassName
{
background-color: #DFE142;
}
</style>
border-color css
<style>
span { border-color: #DFE142; }
span { border-color: rgb(223,225,66); }
td.TdClassName
{
border-color: #DFE142;
}
.TagClassName
{
border-color: #DFE142;
}
</style>