Shades of Starship #DCE546
Tints of Starship #DCE546
RGB
CMYK
RGB Variations
Color information
#DCE546 (or 0xDCE546) is known color: Starship. HEX triplet: DC, E5 and 46. RGB value is (220,229,70). Sum of RGB (Red+Green+Blue) = 220+229+70=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE546 is #231AB9. Grayscale: #D0D0D0. Windows color (decimal): -2300602 or 4646364. OLE color: 4646364.
HSL color Cylindrical-coordinate representation of color #DCE546: hue angle of 63.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE546 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.10 |
| HSL | 63.4º | 0.75% | 0.59% | - |
| HSV(B) | 63.4º | 0.69% | 0.9% | - |
| XYZ | 58.64 | 71.7 | 16.54 | - |
| YUV | 208.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 70 | 0.04 | 0 | 0.69 | 0.10 | 63.4 | 0.75 | 0.59 |
| Hex | DC | E5 | 46 | 4 | 0 | 45 | A | 3F | 4B | 3B |
| Octal | 334 | 345 | 106 | 4 | 0 | 105 | 12 | 77 | 113 | 73 |
| Binary | 11011100 | 11100101 | 1000110 | 100 | 0 | 1000101 | 1010 | 111111 | 1001011 | 111011 |
Color Harmonies of #DCE546
Complementary color
Monochromatic Colors of #DCE546
Black with #DCE546
Text Example
Text Example
White with #DCE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE546; }
p { color: rgb(220,229,70); }
H1.HeaderClassName
{
color: #DCE546;
}
.AnyTagClassName
{
color: #DCE546;
}
</style>
background-color css
<style>
a { background-color: #DCE546; }
a { background-color: rgb(220,229,70); }
div.DivClassName
{
background-color: #DCE546;
}
.BgClassName
{
background-color: #DCE546;
}
</style>
border-color css
<style>
span { border-color: #DCE546; }
span { border-color: rgb(220,229,70); }
td.TdClassName
{
border-color: #DCE546;
}
.TagClassName
{
border-color: #DCE546;
}
</style>