Shades of Starship #DFE940
Tints of Starship #DFE940
RGB
CMYK
RGB Variations
Color information
#DFE940 (or 0xDFE940) is known color: Starship. HEX triplet: DF, E9 and 40. RGB value is (223,233,64). Sum of RGB (Red+Green+Blue) = 223+233+64=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE940 is #2016BF. Grayscale: #D3D3D3. Windows color (decimal): -2102976 or 4254175. OLE color: 4254175.
HSL color Cylindrical-coordinate representation of color #DFE940: hue angle of 63.55º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFE940 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 64 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.09 |
| HSL | 63.55º | 0.79% | 0.58% | - |
| HSV(B) | 63.55º | 0.73% | 0.91% | - |
| XYZ | 60.5 | 74.34 | 16.01 | - |
| YUV | 210.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 64 | 0.04 | 0 | 0.73 | 0.09 | 63.55 | 0.79 | 0.58 |
| Hex | DF | E9 | 40 | 4 | 0 | 49 | 9 | 40 | 4F | 3A |
| Octal | 337 | 351 | 100 | 4 | 0 | 111 | 11 | 100 | 117 | 72 |
| Binary | 11011111 | 11101001 | 1000000 | 100 | 0 | 1001001 | 1001 | 1000000 | 1001111 | 111010 |
Color Harmonies of #DFE940
Complementary color
Monochromatic Colors of #DFE940
Black with #DFE940
Text Example
Text Example
White with #DFE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE940; }
p { color: rgb(223,233,64); }
H1.HeaderClassName
{
color: #DFE940;
}
.AnyTagClassName
{
color: #DFE940;
}
</style>
background-color css
<style>
a { background-color: #DFE940; }
a { background-color: rgb(223,233,64); }
div.DivClassName
{
background-color: #DFE940;
}
.BgClassName
{
background-color: #DFE940;
}
</style>
border-color css
<style>
span { border-color: #DFE940; }
span { border-color: rgb(223,233,64); }
td.TdClassName
{
border-color: #DFE940;
}
.TagClassName
{
border-color: #DFE940;
}
</style>