Shades of Starship #DEE23C
Tints of Starship #DEE23C
RGB
CMYK
RGB Variations
Color information
#DEE23C (or 0xDEE23C) is known color: Starship. HEX triplet: DE, E2 and 3C. RGB value is (222,226,60). Sum of RGB (Red+Green+Blue) = 222+226+60=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE23C is #211DC3. Grayscale: #CECECE. Windows color (decimal): -2170308 or 3990238. OLE color: 3990238.
HSL color Cylindrical-coordinate representation of color #DEE23C: hue angle of 61.45º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE23C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 60 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.11 |
| HSL | 61.45º | 0.74% | 0.56% | - |
| HSV(B) | 61.45º | 0.73% | 0.89% | - |
| XYZ | 58.14 | 70.25 | 14.77 | - |
| YUV | 205.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 60 | 0.02 | 0 | 0.73 | 0.11 | 61.45 | 0.74 | 0.56 |
| Hex | DE | E2 | 3C | 2 | 0 | 49 | B | 3D | 4A | 38 |
| Octal | 336 | 342 | 74 | 2 | 0 | 111 | 13 | 75 | 112 | 70 |
| Binary | 11011110 | 11100010 | 111100 | 10 | 0 | 1001001 | 1011 | 111101 | 1001010 | 111000 |
Color Harmonies of #DEE23C
Complementary color
Monochromatic Colors of #DEE23C
Black with #DEE23C
Text Example
Text Example
White with #DEE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE23C; }
p { color: rgb(222,226,60); }
H1.HeaderClassName
{
color: #DEE23C;
}
.AnyTagClassName
{
color: #DEE23C;
}
</style>
background-color css
<style>
a { background-color: #DEE23C; }
a { background-color: rgb(222,226,60); }
div.DivClassName
{
background-color: #DEE23C;
}
.BgClassName
{
background-color: #DEE23C;
}
</style>
border-color css
<style>
span { border-color: #DEE23C; }
span { border-color: rgb(222,226,60); }
td.TdClassName
{
border-color: #DEE23C;
}
.TagClassName
{
border-color: #DEE23C;
}
</style>