Shades of Starship #DFE440
Tints of Starship #DFE440
RGB
CMYK
RGB Variations
Color information
#DFE440 (or 0xDFE440) is known color: Starship. HEX triplet: DF, E4 and 40. RGB value is (223,228,64). Sum of RGB (Red+Green+Blue) = 223+228+64=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE440 is #201BBF. Grayscale: #D0D0D0. Windows color (decimal): -2104256 or 4252895. OLE color: 4252895.
HSL color Cylindrical-coordinate representation of color #DFE440: hue angle of 61.83º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFE440 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 64 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.11 |
| HSL | 61.83º | 0.75% | 0.57% | - |
| HSV(B) | 61.83º | 0.72% | 0.89% | - |
| XYZ | 59.1 | 71.54 | 15.55 | - |
| YUV | 207.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 64 | 0.02 | 0 | 0.72 | 0.11 | 61.83 | 0.75 | 0.57 |
| Hex | DF | E4 | 40 | 2 | 0 | 48 | B | 3E | 4B | 39 |
| Octal | 337 | 344 | 100 | 2 | 0 | 110 | 13 | 76 | 113 | 71 |
| Binary | 11011111 | 11100100 | 1000000 | 10 | 0 | 1001000 | 1011 | 111110 | 1001011 | 111001 |
Color Harmonies of #DFE440
Complementary color
Monochromatic Colors of #DFE440
Black with #DFE440
Text Example
Text Example
White with #DFE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE440; }
p { color: rgb(223,228,64); }
H1.HeaderClassName
{
color: #DFE440;
}
.AnyTagClassName
{
color: #DFE440;
}
</style>
background-color css
<style>
a { background-color: #DFE440; }
a { background-color: rgb(223,228,64); }
div.DivClassName
{
background-color: #DFE440;
}
.BgClassName
{
background-color: #DFE440;
}
</style>
border-color css
<style>
span { border-color: #DFE440; }
span { border-color: rgb(223,228,64); }
td.TdClassName
{
border-color: #DFE440;
}
.TagClassName
{
border-color: #DFE440;
}
</style>