Shades of Starship #DCE742
Tints of Starship #DCE742
RGB
CMYK
RGB Variations
Color information
#DCE742 (or 0xDCE742) is known color: Starship. HEX triplet: DC, E7 and 42. RGB value is (220,231,66). Sum of RGB (Red+Green+Blue) = 220+231+66=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE742 is #2318BD. Grayscale: #D1D1D1. Windows color (decimal): -2300094 or 4384732. OLE color: 4384732.
HSL color Cylindrical-coordinate representation of color #DCE742: hue angle of 64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE742 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 66 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.09 |
| HSL | 64º | 0.77% | 0.58% | - |
| HSV(B) | 64º | 0.71% | 0.91% | - |
| XYZ | 59.07 | 72.76 | 16.08 | - |
| YUV | 208.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 66 | 0.05 | 0 | 0.71 | 0.09 | 64 | 0.77 | 0.58 |
| Hex | DC | E7 | 42 | 5 | 0 | 47 | 9 | 40 | 4D | 3A |
| Octal | 334 | 347 | 102 | 5 | 0 | 107 | 11 | 100 | 115 | 72 |
| Binary | 11011100 | 11100111 | 1000010 | 101 | 0 | 1000111 | 1001 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DCE742
Complementary color
Monochromatic Colors of #DCE742
Black with #DCE742
Text Example
Text Example
White with #DCE742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE742; }
p { color: rgb(220,231,66); }
H1.HeaderClassName
{
color: #DCE742;
}
.AnyTagClassName
{
color: #DCE742;
}
</style>
background-color css
<style>
a { background-color: #DCE742; }
a { background-color: rgb(220,231,66); }
div.DivClassName
{
background-color: #DCE742;
}
.BgClassName
{
background-color: #DCE742;
}
</style>
border-color css
<style>
span { border-color: #DCE742; }
span { border-color: rgb(220,231,66); }
td.TdClassName
{
border-color: #DCE742;
}
.TagClassName
{
border-color: #DCE742;
}
</style>