Shades of Starship #DCEA40
Tints of Starship #DCEA40
RGB
CMYK
RGB Variations
Color information
#DCEA40 (or 0xDCEA40) is known color: Starship. HEX triplet: DC, EA and 40. RGB value is (220,234,64). Sum of RGB (Red+Green+Blue) = 220+234+64=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA40 is #2315BF. Grayscale: #D3D3D3. Windows color (decimal): -2299328 or 4254428. OLE color: 4254428.
HSL color Cylindrical-coordinate representation of color #DCEA40: hue angle of 64.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCEA40 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 64 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.08 |
| HSL | 64.94º | 0.8% | 0.58% | - |
| HSV(B) | 64.94º | 0.73% | 0.92% | - |
| XYZ | 59.86 | 74.43 | 16.06 | - |
| YUV | 210.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 64 | 0.06 | 0 | 0.73 | 0.08 | 64.94 | 0.8 | 0.58 |
| Hex | DC | EA | 40 | 6 | 0 | 49 | 8 | 41 | 50 | 3A |
| Octal | 334 | 352 | 100 | 6 | 0 | 111 | 10 | 101 | 120 | 72 |
| Binary | 11011100 | 11101010 | 1000000 | 110 | 0 | 1001001 | 1000 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DCEA40
Complementary color
Monochromatic Colors of #DCEA40
Black with #DCEA40
Text Example
Text Example
White with #DCEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA40; }
p { color: rgb(220,234,64); }
H1.HeaderClassName
{
color: #DCEA40;
}
.AnyTagClassName
{
color: #DCEA40;
}
</style>
background-color css
<style>
a { background-color: #DCEA40; }
a { background-color: rgb(220,234,64); }
div.DivClassName
{
background-color: #DCEA40;
}
.BgClassName
{
background-color: #DCEA40;
}
</style>
border-color css
<style>
span { border-color: #DCEA40; }
span { border-color: rgb(220,234,64); }
td.TdClassName
{
border-color: #DCEA40;
}
.TagClassName
{
border-color: #DCEA40;
}
</style>