Shades of Starship #DFE143
Tints of Starship #DFE143
RGB
CMYK
RGB Variations
Color information
#DFE143 (or 0xDFE143) is known color: Starship. HEX triplet: DF, E1 and 43. RGB value is (223,225,67). Sum of RGB (Red+Green+Blue) = 223+225+67=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE143 is #201EBC. Grayscale: #CFCFCF. Windows color (decimal): -2105021 or 4448735. OLE color: 4448735.
HSL color Cylindrical-coordinate representation of color #DFE143: hue angle of 60.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFE143 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.12 |
| HSL | 60.76º | 0.72% | 0.57% | - |
| HSV(B) | 60.76º | 0.7% | 0.88% | - |
| XYZ | 58.37 | 69.94 | 15.73 | - |
| YUV | 206.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 67 | 0.01 | 0 | 0.70 | 0.12 | 60.76 | 0.72 | 0.57 |
| Hex | DF | E1 | 43 | 1 | 0 | 46 | C | 3D | 48 | 39 |
| Octal | 337 | 341 | 103 | 1 | 0 | 106 | 14 | 75 | 110 | 71 |
| Binary | 11011111 | 11100001 | 1000011 | 1 | 0 | 1000110 | 1100 | 111101 | 1001000 | 111001 |
Color Harmonies of #DFE143
Complementary color
Monochromatic Colors of #DFE143
Black with #DFE143
Text Example
Text Example
White with #DFE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE143; }
p { color: rgb(223,225,67); }
H1.HeaderClassName
{
color: #DFE143;
}
.AnyTagClassName
{
color: #DFE143;
}
</style>
background-color css
<style>
a { background-color: #DFE143; }
a { background-color: rgb(223,225,67); }
div.DivClassName
{
background-color: #DFE143;
}
.BgClassName
{
background-color: #DFE143;
}
</style>
border-color css
<style>
span { border-color: #DFE143; }
span { border-color: rgb(223,225,67); }
td.TdClassName
{
border-color: #DFE143;
}
.TagClassName
{
border-color: #DFE143;
}
</style>