Shades of Starship #DFE840
Tints of Starship #DFE840
RGB
CMYK
RGB Variations
Color information
#DFE840 (or 0xDFE840) is known color: Starship. HEX triplet: DF, E8 and 40. RGB value is (223,232,64). Sum of RGB (Red+Green+Blue) = 223+232+64=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE840 is #2017BF. Grayscale: #D2D2D2. Windows color (decimal): -2103232 or 4253919. OLE color: 4253919.
HSL color Cylindrical-coordinate representation of color #DFE840: hue angle of 63.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFE840 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.21º | 0.79% | 0.58% | - |
| HSV(B) | 63.21º | 0.72% | 0.91% | - |
| XYZ | 60.21 | 73.77 | 15.92 | - |
| YUV | 210.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 64 | 0.04 | 0 | 0.72 | 0.09 | 63.21 | 0.79 | 0.58 |
| Hex | DF | E8 | 40 | 4 | 0 | 48 | 9 | 3F | 4F | 3A |
| Octal | 337 | 350 | 100 | 4 | 0 | 110 | 11 | 77 | 117 | 72 |
| Binary | 11011111 | 11101000 | 1000000 | 100 | 0 | 1001000 | 1001 | 111111 | 1001111 | 111010 |
Color Harmonies of #DFE840
Complementary color
Monochromatic Colors of #DFE840
Black with #DFE840
Text Example
Text Example
White with #DFE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE840; }
p { color: rgb(223,232,64); }
H1.HeaderClassName
{
color: #DFE840;
}
.AnyTagClassName
{
color: #DFE840;
}
</style>
background-color css
<style>
a { background-color: #DFE840; }
a { background-color: rgb(223,232,64); }
div.DivClassName
{
background-color: #DFE840;
}
.BgClassName
{
background-color: #DFE840;
}
</style>
border-color css
<style>
span { border-color: #DFE840; }
span { border-color: rgb(223,232,64); }
td.TdClassName
{
border-color: #DFE840;
}
.TagClassName
{
border-color: #DFE840;
}
</style>