Shades of Starship #DFE231
Tints of Starship #DFE231
RGB
CMYK
RGB Variations
Color information
#DFE231 (or 0xDFE231) is known color: Starship. HEX triplet: DF, E2 and 31. RGB value is (223,226,49). Sum of RGB (Red+Green+Blue) = 223+226+49=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE231 is #201DCE. Grayscale: #CDCDCD. Windows color (decimal): -2104783 or 3269343. OLE color: 3269343.
HSL color Cylindrical-coordinate representation of color #DFE231: 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 #DFE231 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 49 | - |
| 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.18 | 70.3 | 13.41 | - |
| YUV | 204.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 49 | 0.01 | 0 | 0.78 | 0.11 | 61.02 | 0.75 | 0.54 |
| Hex | DF | E2 | 31 | 1 | 0 | 4E | B | 3D | 4B | 36 |
| Octal | 337 | 342 | 61 | 1 | 0 | 116 | 13 | 75 | 113 | 66 |
| Binary | 11011111 | 11100010 | 110001 | 1 | 0 | 1001110 | 1011 | 111101 | 1001011 | 110110 |
Color Harmonies of #DFE231
Complementary color
Monochromatic Colors of #DFE231
Black with #DFE231
Text Example
Text Example
White with #DFE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE231; }
p { color: rgb(223,226,49); }
H1.HeaderClassName
{
color: #DFE231;
}
.AnyTagClassName
{
color: #DFE231;
}
</style>
background-color css
<style>
a { background-color: #DFE231; }
a { background-color: rgb(223,226,49); }
div.DivClassName
{
background-color: #DFE231;
}
.BgClassName
{
background-color: #DFE231;
}
</style>
border-color css
<style>
span { border-color: #DFE231; }
span { border-color: rgb(223,226,49); }
td.TdClassName
{
border-color: #DFE231;
}
.TagClassName
{
border-color: #DFE231;
}
</style>