Shades of Starship #DEE63C
Tints of Starship #DEE63C
RGB
CMYK
RGB Variations
Color information
#DEE63C (or 0xDEE63C) is known color: Starship. HEX triplet: DE, E6 and 3C. RGB value is (222,230,60). Sum of RGB (Red+Green+Blue) = 222+230+60=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE63C is #2119C3. Grayscale: #D0D0D0. Windows color (decimal): -2169284 or 3991262. OLE color: 3991262.
HSL color Cylindrical-coordinate representation of color #DEE63C: hue angle of 62.82º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEE63C is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 60 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.10 |
| HSL | 62.82º | 0.77% | 0.57% | - |
| HSV(B) | 62.82º | 0.74% | 0.9% | - |
| XYZ | 59.24 | 72.45 | 15.14 | - |
| YUV | 208.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 60 | 0.03 | 0 | 0.74 | 0.10 | 62.82 | 0.77 | 0.57 |
| Hex | DE | E6 | 3C | 3 | 0 | 4A | A | 3F | 4D | 39 |
| Octal | 336 | 346 | 74 | 3 | 0 | 112 | 12 | 77 | 115 | 71 |
| Binary | 11011110 | 11100110 | 111100 | 11 | 0 | 1001010 | 1010 | 111111 | 1001101 | 111001 |
Color Harmonies of #DEE63C
Complementary color
Monochromatic Colors of #DEE63C
Black with #DEE63C
Text Example
Text Example
White with #DEE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE63C; }
p { color: rgb(222,230,60); }
H1.HeaderClassName
{
color: #DEE63C;
}
.AnyTagClassName
{
color: #DEE63C;
}
</style>
background-color css
<style>
a { background-color: #DEE63C; }
a { background-color: rgb(222,230,60); }
div.DivClassName
{
background-color: #DEE63C;
}
.BgClassName
{
background-color: #DEE63C;
}
</style>
border-color css
<style>
span { border-color: #DEE63C; }
span { border-color: rgb(222,230,60); }
td.TdClassName
{
border-color: #DEE63C;
}
.TagClassName
{
border-color: #DEE63C;
}
</style>