Shades of Starship #DFE041
Tints of Starship #DFE041
RGB
CMYK
RGB Variations
Color information
#DFE041 (or 0xDFE041) is known color: Starship. HEX triplet: DF, E0 and 41. RGB value is (223,224,65). Sum of RGB (Red+Green+Blue) = 223+224+65=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE041 is #201FBE. Grayscale: #CECECE. Windows color (decimal): -2105279 or 4317407. OLE color: 4317407.
HSL color Cylindrical-coordinate representation of color #DFE041: hue angle of 60.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFE041 is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 65 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.12 |
| HSL | 60.38º | 0.72% | 0.57% | - |
| HSV(B) | 60.38º | 0.71% | 0.88% | - |
| XYZ | 58.04 | 69.38 | 15.33 | - |
| YUV | 205.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 65 | 0.00 | 0 | 0.71 | 0.12 | 60.38 | 0.72 | 0.57 |
| Hex | DF | E0 | 41 | 0 | 0 | 47 | C | 3C | 48 | 39 |
| Octal | 337 | 340 | 101 | 0 | 0 | 107 | 14 | 74 | 110 | 71 |
| Binary | 11011111 | 11100000 | 1000001 | 0 | 0 | 1000111 | 1100 | 111100 | 1001000 | 111001 |
Color Harmonies of #DFE041
Complementary color
Monochromatic Colors of #DFE041
Black with #DFE041
Text Example
Text Example
White with #DFE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE041; }
p { color: rgb(223,224,65); }
H1.HeaderClassName
{
color: #DFE041;
}
.AnyTagClassName
{
color: #DFE041;
}
</style>
background-color css
<style>
a { background-color: #DFE041; }
a { background-color: rgb(223,224,65); }
div.DivClassName
{
background-color: #DFE041;
}
.BgClassName
{
background-color: #DFE041;
}
</style>
border-color css
<style>
span { border-color: #DFE041; }
span { border-color: rgb(223,224,65); }
td.TdClassName
{
border-color: #DFE041;
}
.TagClassName
{
border-color: #DFE041;
}
</style>