Shades of Starship #DFE832
Tints of Starship #DFE832
RGB
CMYK
RGB Variations
Color information
#DFE832 (or 0xDFE832) is known color: Starship. HEX triplet: DF, E8 and 32. RGB value is (223,232,50). Sum of RGB (Red+Green+Blue) = 223+232+50=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE832 is #2017CD. Grayscale: #D1D1D1. Windows color (decimal): -2103246 or 3336415. OLE color: 3336415.
HSL color Cylindrical-coordinate representation of color #DFE832: hue angle of 62.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFE832 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 50 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.09 |
| HSL | 62.97º | 0.8% | 0.55% | - |
| HSV(B) | 62.97º | 0.78% | 0.91% | - |
| XYZ | 59.86 | 73.63 | 14.07 | - |
| YUV | 208.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 50 | 0.04 | 0 | 0.78 | 0.09 | 62.97 | 0.8 | 0.55 |
| Hex | DF | E8 | 32 | 4 | 0 | 4E | 9 | 3F | 50 | 37 |
| Octal | 337 | 350 | 62 | 4 | 0 | 116 | 11 | 77 | 120 | 67 |
| Binary | 11011111 | 11101000 | 110010 | 100 | 0 | 1001110 | 1001 | 111111 | 1010000 | 110111 |
Color Harmonies of #DFE832
Complementary color
Monochromatic Colors of #DFE832
Black with #DFE832
Text Example
Text Example
White with #DFE832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE832; }
p { color: rgb(223,232,50); }
H1.HeaderClassName
{
color: #DFE832;
}
.AnyTagClassName
{
color: #DFE832;
}
</style>
background-color css
<style>
a { background-color: #DFE832; }
a { background-color: rgb(223,232,50); }
div.DivClassName
{
background-color: #DFE832;
}
.BgClassName
{
background-color: #DFE832;
}
</style>
border-color css
<style>
span { border-color: #DFE832; }
span { border-color: rgb(223,232,50); }
td.TdClassName
{
border-color: #DFE832;
}
.TagClassName
{
border-color: #DFE832;
}
</style>