Shades of Starship #DFE238
Tints of Starship #DFE238
RGB
CMYK
RGB Variations
Color information
#DFE238 (or 0xDFE238) is known color: Starship. HEX triplet: DF, E2 and 38. RGB value is (223,226,56). Sum of RGB (Red+Green+Blue) = 223+226+56=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE238 is #201DC7. Grayscale: #CECECE. Windows color (decimal): -2104776 or 3728095. OLE color: 3728095.
HSL color Cylindrical-coordinate representation of color #DFE238: hue angle of 61.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFE238 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 56 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.11 |
| HSL | 61.06º | 0.75% | 0.55% | - |
| HSV(B) | 61.06º | 0.75% | 0.89% | - |
| XYZ | 58.34 | 70.37 | 14.25 | - |
| YUV | 205.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 56 | 0.01 | 0 | 0.75 | 0.11 | 61.06 | 0.75 | 0.55 |
| Hex | DF | E2 | 38 | 1 | 0 | 4B | B | 3D | 4B | 37 |
| Octal | 337 | 342 | 70 | 1 | 0 | 113 | 13 | 75 | 113 | 67 |
| Binary | 11011111 | 11100010 | 111000 | 1 | 0 | 1001011 | 1011 | 111101 | 1001011 | 110111 |
Color Harmonies of #DFE238
Complementary color
Monochromatic Colors of #DFE238
Black with #DFE238
Text Example
Text Example
White with #DFE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE238; }
p { color: rgb(223,226,56); }
H1.HeaderClassName
{
color: #DFE238;
}
.AnyTagClassName
{
color: #DFE238;
}
</style>
background-color css
<style>
a { background-color: #DFE238; }
a { background-color: rgb(223,226,56); }
div.DivClassName
{
background-color: #DFE238;
}
.BgClassName
{
background-color: #DFE238;
}
</style>
border-color css
<style>
span { border-color: #DFE238; }
span { border-color: rgb(223,226,56); }
td.TdClassName
{
border-color: #DFE238;
}
.TagClassName
{
border-color: #DFE238;
}
</style>