Shades of Starship #DEE83D
Tints of Starship #DEE83D
RGB
CMYK
RGB Variations
Color information
#DEE83D (or 0xDEE83D) is known color: Starship. HEX triplet: DE, E8 and 3D. RGB value is (222,232,61). Sum of RGB (Red+Green+Blue) = 222+232+61=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE83D is #2117C2. Grayscale: #D2D2D2. Windows color (decimal): -2168771 or 4057310. OLE color: 4057310.
HSL color Cylindrical-coordinate representation of color #DEE83D: hue angle of 63.51º 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 #DEE83D is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 61 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.09 |
| HSL | 63.51º | 0.79% | 0.57% | - |
| HSV(B) | 63.51º | 0.74% | 0.91% | - |
| XYZ | 59.82 | 73.58 | 15.46 | - |
| YUV | 209.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 61 | 0.04 | 0 | 0.74 | 0.09 | 63.51 | 0.79 | 0.57 |
| Hex | DE | E8 | 3D | 4 | 0 | 4A | 9 | 40 | 4F | 39 |
| Octal | 336 | 350 | 75 | 4 | 0 | 112 | 11 | 100 | 117 | 71 |
| Binary | 11011110 | 11101000 | 111101 | 100 | 0 | 1001010 | 1001 | 1000000 | 1001111 | 111001 |
Color Harmonies of #DEE83D
Complementary color
Monochromatic Colors of #DEE83D
Black with #DEE83D
Text Example
Text Example
White with #DEE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE83D; }
p { color: rgb(222,232,61); }
H1.HeaderClassName
{
color: #DEE83D;
}
.AnyTagClassName
{
color: #DEE83D;
}
</style>
background-color css
<style>
a { background-color: #DEE83D; }
a { background-color: rgb(222,232,61); }
div.DivClassName
{
background-color: #DEE83D;
}
.BgClassName
{
background-color: #DEE83D;
}
</style>
border-color css
<style>
span { border-color: #DEE83D; }
span { border-color: rgb(222,232,61); }
td.TdClassName
{
border-color: #DEE83D;
}
.TagClassName
{
border-color: #DEE83D;
}
</style>