Shades of Starship #DFE232
Tints of Starship #DFE232
RGB
CMYK
RGB Variations
Color information
#DFE232 (or 0xDFE232) is known color: Starship. HEX triplet: DF, E2 and 32. RGB value is (223,226,50). Sum of RGB (Red+Green+Blue) = 223+226+50=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE232 is #201DCD. Grayscale: #CDCDCD. Windows color (decimal): -2104782 or 3334879. OLE color: 3334879.
HSL color Cylindrical-coordinate representation of color #DFE232: hue angle of 61.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFE232 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 50 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.11 |
| HSL | 61.02º | 0.75% | 0.54% | - |
| HSV(B) | 61.02º | 0.78% | 0.89% | - |
| XYZ | 58.2 | 70.31 | 13.52 | - |
| YUV | 205.04 | 40.51 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 50 | 0.01 | 0 | 0.78 | 0.11 | 61.02 | 0.75 | 0.54 |
| Hex | DF | E2 | 32 | 1 | 0 | 4E | B | 3D | 4B | 36 |
| Octal | 337 | 342 | 62 | 1 | 0 | 116 | 13 | 75 | 113 | 66 |
| Binary | 11011111 | 11100010 | 110010 | 1 | 0 | 1001110 | 1011 | 111101 | 1001011 | 110110 |
Color Harmonies of #DFE232
Complementary color
Monochromatic Colors of #DFE232
Black with #DFE232
Text Example
Text Example
White with #DFE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE232; }
p { color: rgb(223,226,50); }
H1.HeaderClassName
{
color: #DFE232;
}
.AnyTagClassName
{
color: #DFE232;
}
</style>
background-color css
<style>
a { background-color: #DFE232; }
a { background-color: rgb(223,226,50); }
div.DivClassName
{
background-color: #DFE232;
}
.BgClassName
{
background-color: #DFE232;
}
</style>
border-color css
<style>
span { border-color: #DFE232; }
span { border-color: rgb(223,226,50); }
td.TdClassName
{
border-color: #DFE232;
}
.TagClassName
{
border-color: #DFE232;
}
</style>