Shades of Starship #DCE83D
Tints of Starship #DCE83D
RGB
CMYK
RGB Variations
Color information
#DCE83D (or 0xDCE83D) is known color: Starship. HEX triplet: DC, E8 and 3D. RGB value is (220,232,61). Sum of RGB (Red+Green+Blue) = 220+232+61=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE83D is #2317C2. Grayscale: #D1D1D1. Windows color (decimal): -2299843 or 4057308. OLE color: 4057308.
HSL color Cylindrical-coordinate representation of color #DCE83D: hue angle of 64.21º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE83D is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 61 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.09 |
| HSL | 64.21º | 0.79% | 0.57% | - |
| HSV(B) | 64.21º | 0.74% | 0.91% | - |
| XYZ | 59.21 | 73.27 | 15.44 | - |
| YUV | 208.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 61 | 0.05 | 0 | 0.74 | 0.09 | 64.21 | 0.79 | 0.57 |
| Hex | DC | E8 | 3D | 5 | 0 | 4A | 9 | 40 | 4F | 39 |
| Octal | 334 | 350 | 75 | 5 | 0 | 112 | 11 | 100 | 117 | 71 |
| Binary | 11011100 | 11101000 | 111101 | 101 | 0 | 1001010 | 1001 | 1000000 | 1001111 | 111001 |
Color Harmonies of #DCE83D
Complementary color
Monochromatic Colors of #DCE83D
Black with #DCE83D
Text Example
Text Example
White with #DCE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE83D; }
p { color: rgb(220,232,61); }
H1.HeaderClassName
{
color: #DCE83D;
}
.AnyTagClassName
{
color: #DCE83D;
}
</style>
background-color css
<style>
a { background-color: #DCE83D; }
a { background-color: rgb(220,232,61); }
div.DivClassName
{
background-color: #DCE83D;
}
.BgClassName
{
background-color: #DCE83D;
}
</style>
border-color css
<style>
span { border-color: #DCE83D; }
span { border-color: rgb(220,232,61); }
td.TdClassName
{
border-color: #DCE83D;
}
.TagClassName
{
border-color: #DCE83D;
}
</style>