Shades of Starship #DCE543
Tints of Starship #DCE543
RGB
CMYK
RGB Variations
Color information
#DCE543 (or 0xDCE543) is known color: Starship. HEX triplet: DC, E5 and 43. RGB value is (220,229,67). Sum of RGB (Red+Green+Blue) = 220+229+67=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE543 is #231ABC. Grayscale: #D0D0D0. Windows color (decimal): -2300605 or 4449756. OLE color: 4449756.
HSL color Cylindrical-coordinate representation of color #DCE543: hue angle of 63.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE543 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 67 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.10 |
| HSL | 63.33º | 0.76% | 0.58% | - |
| HSV(B) | 63.33º | 0.71% | 0.9% | - |
| XYZ | 58.55 | 71.66 | 16.06 | - |
| YUV | 207.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 67 | 0.04 | 0 | 0.71 | 0.10 | 63.33 | 0.76 | 0.58 |
| Hex | DC | E5 | 43 | 4 | 0 | 47 | A | 3F | 4C | 3A |
| Octal | 334 | 345 | 103 | 4 | 0 | 107 | 12 | 77 | 114 | 72 |
| Binary | 11011100 | 11100101 | 1000011 | 100 | 0 | 1000111 | 1010 | 111111 | 1001100 | 111010 |
Color Harmonies of #DCE543
Complementary color
Monochromatic Colors of #DCE543
Black with #DCE543
Text Example
Text Example
White with #DCE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE543; }
p { color: rgb(220,229,67); }
H1.HeaderClassName
{
color: #DCE543;
}
.AnyTagClassName
{
color: #DCE543;
}
</style>
background-color css
<style>
a { background-color: #DCE543; }
a { background-color: rgb(220,229,67); }
div.DivClassName
{
background-color: #DCE543;
}
.BgClassName
{
background-color: #DCE543;
}
</style>
border-color css
<style>
span { border-color: #DCE543; }
span { border-color: rgb(220,229,67); }
td.TdClassName
{
border-color: #DCE543;
}
.TagClassName
{
border-color: #DCE543;
}
</style>