Shades of Starship #DFE83A
Tints of Starship #DFE83A
RGB
CMYK
RGB Variations
Color information
#DFE83A (or 0xDFE83A) is known color: Starship. HEX triplet: DF, E8 and 3A. RGB value is (223,232,58). Sum of RGB (Red+Green+Blue) = 223+232+58=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE83A is #2017C5. Grayscale: #D2D2D2. Windows color (decimal): -2103238 or 3860703. OLE color: 3860703.
HSL color Cylindrical-coordinate representation of color #DFE83A: hue angle of 63.1º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFE83A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 58 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.09 |
| HSL | 63.1º | 0.79% | 0.57% | - |
| HSV(B) | 63.1º | 0.75% | 0.91% | - |
| XYZ | 60.05 | 73.71 | 15.06 | - |
| YUV | 209.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 58 | 0.04 | 0 | 0.75 | 0.09 | 63.1 | 0.79 | 0.57 |
| Hex | DF | E8 | 3A | 4 | 0 | 4B | 9 | 3F | 4F | 39 |
| Octal | 337 | 350 | 72 | 4 | 0 | 113 | 11 | 77 | 117 | 71 |
| Binary | 11011111 | 11101000 | 111010 | 100 | 0 | 1001011 | 1001 | 111111 | 1001111 | 111001 |
Color Harmonies of #DFE83A
Complementary color
Monochromatic Colors of #DFE83A
Black with #DFE83A
Text Example
Text Example
White with #DFE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE83A; }
p { color: rgb(223,232,58); }
H1.HeaderClassName
{
color: #DFE83A;
}
.AnyTagClassName
{
color: #DFE83A;
}
</style>
background-color css
<style>
a { background-color: #DFE83A; }
a { background-color: rgb(223,232,58); }
div.DivClassName
{
background-color: #DFE83A;
}
.BgClassName
{
background-color: #DFE83A;
}
</style>
border-color css
<style>
span { border-color: #DFE83A; }
span { border-color: rgb(223,232,58); }
td.TdClassName
{
border-color: #DFE83A;
}
.TagClassName
{
border-color: #DFE83A;
}
</style>