Shades of Starship #DCE746
Tints of Starship #DCE746
RGB
CMYK
RGB Variations
Color information
#DCE746 (or 0xDCE746) is known color: Starship. HEX triplet: DC, E7 and 46. RGB value is (220,231,70). Sum of RGB (Red+Green+Blue) = 220+231+70=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE746 is #2318B9. Grayscale: #D1D1D1. Windows color (decimal): -2300090 or 4646876. OLE color: 4646876.
HSL color Cylindrical-coordinate representation of color #DCE746: hue angle of 64.1º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE746 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 70 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.09 |
| HSL | 64.1º | 0.77% | 0.59% | - |
| HSV(B) | 64.1º | 0.7% | 0.91% | - |
| XYZ | 59.2 | 72.81 | 16.73 | - |
| YUV | 209.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 70 | 0.05 | 0 | 0.70 | 0.09 | 64.1 | 0.77 | 0.59 |
| Hex | DC | E7 | 46 | 5 | 0 | 46 | 9 | 40 | 4D | 3B |
| Octal | 334 | 347 | 106 | 5 | 0 | 106 | 11 | 100 | 115 | 73 |
| Binary | 11011100 | 11100111 | 1000110 | 101 | 0 | 1000110 | 1001 | 1000000 | 1001101 | 111011 |
Color Harmonies of #DCE746
Complementary color
Monochromatic Colors of #DCE746
Black with #DCE746
Text Example
Text Example
White with #DCE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE746; }
p { color: rgb(220,231,70); }
H1.HeaderClassName
{
color: #DCE746;
}
.AnyTagClassName
{
color: #DCE746;
}
</style>
background-color css
<style>
a { background-color: #DCE746; }
a { background-color: rgb(220,231,70); }
div.DivClassName
{
background-color: #DCE746;
}
.BgClassName
{
background-color: #DCE746;
}
</style>
border-color css
<style>
span { border-color: #DCE746; }
span { border-color: rgb(220,231,70); }
td.TdClassName
{
border-color: #DCE746;
}
.TagClassName
{
border-color: #DCE746;
}
</style>