Shades of Starship #DFE540
Tints of Starship #DFE540
RGB
CMYK
RGB Variations
Color information
#DFE540 (or 0xDFE540) is known color: Starship. HEX triplet: DF, E5 and 40. RGB value is (223,229,64). Sum of RGB (Red+Green+Blue) = 223+229+64=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE540 is #201ABF. Grayscale: #D1D1D1. Windows color (decimal): -2104000 or 4253151. OLE color: 4253151.
HSL color Cylindrical-coordinate representation of color #DFE540: hue angle of 62.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFE540 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.18º | 0.76% | 0.57% | - |
| HSV(B) | 62.18º | 0.72% | 0.9% | - |
| XYZ | 59.38 | 72.1 | 15.64 | - |
| YUV | 208.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 64 | 0.03 | 0 | 0.72 | 0.10 | 62.18 | 0.76 | 0.57 |
| Hex | DF | E5 | 40 | 3 | 0 | 48 | A | 3E | 4C | 39 |
| Octal | 337 | 345 | 100 | 3 | 0 | 110 | 12 | 76 | 114 | 71 |
| Binary | 11011111 | 11100101 | 1000000 | 11 | 0 | 1001000 | 1010 | 111110 | 1001100 | 111001 |
Color Harmonies of #DFE540
Complementary color
Monochromatic Colors of #DFE540
Black with #DFE540
Text Example
Text Example
White with #DFE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE540; }
p { color: rgb(223,229,64); }
H1.HeaderClassName
{
color: #DFE540;
}
.AnyTagClassName
{
color: #DFE540;
}
</style>
background-color css
<style>
a { background-color: #DFE540; }
a { background-color: rgb(223,229,64); }
div.DivClassName
{
background-color: #DFE540;
}
.BgClassName
{
background-color: #DFE540;
}
</style>
border-color css
<style>
span { border-color: #DFE540; }
span { border-color: rgb(223,229,64); }
td.TdClassName
{
border-color: #DFE540;
}
.TagClassName
{
border-color: #DFE540;
}
</style>