Shades of Starship #DFE140
Tints of Starship #DFE140
RGB
CMYK
RGB Variations
Color information
#DFE140 (or 0xDFE140) is known color: Starship. HEX triplet: DF, E1 and 40. RGB value is (223,225,64). Sum of RGB (Red+Green+Blue) = 223+225+64=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE140 is #201EBF. Grayscale: #CECECE. Windows color (decimal): -2105024 or 4252127. OLE color: 4252127.
HSL color Cylindrical-coordinate representation of color #DFE140: 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.72%. Process color model (Four color, CMYK) of #DFE140 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 64 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.12 |
| HSL | 60.75º | 0.73% | 0.57% | - |
| HSV(B) | 60.75º | 0.72% | 0.88% | - |
| XYZ | 58.28 | 69.91 | 15.27 | - |
| YUV | 206.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 64 | 0.01 | 0 | 0.72 | 0.12 | 60.75 | 0.73 | 0.57 |
| Hex | DF | E1 | 40 | 1 | 0 | 48 | C | 3D | 49 | 39 |
| Octal | 337 | 341 | 100 | 1 | 0 | 110 | 14 | 75 | 111 | 71 |
| Binary | 11011111 | 11100001 | 1000000 | 1 | 0 | 1001000 | 1100 | 111101 | 1001001 | 111001 |
Color Harmonies of #DFE140
Complementary color
Monochromatic Colors of #DFE140
Black with #DFE140
Text Example
Text Example
White with #DFE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE140; }
p { color: rgb(223,225,64); }
H1.HeaderClassName
{
color: #DFE140;
}
.AnyTagClassName
{
color: #DFE140;
}
</style>
background-color css
<style>
a { background-color: #DFE140; }
a { background-color: rgb(223,225,64); }
div.DivClassName
{
background-color: #DFE140;
}
.BgClassName
{
background-color: #DFE140;
}
</style>
border-color css
<style>
span { border-color: #DFE140; }
span { border-color: rgb(223,225,64); }
td.TdClassName
{
border-color: #DFE140;
}
.TagClassName
{
border-color: #DFE140;
}
</style>