Shades of Starship #DCE545
Tints of Starship #DCE545
RGB
CMYK
RGB Variations
Color information
#DCE545 (or 0xDCE545) is known color: Starship. HEX triplet: DC, E5 and 45. RGB value is (220,229,69). Sum of RGB (Red+Green+Blue) = 220+229+69=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE545 is #231ABA. Grayscale: #D0D0D0. Windows color (decimal): -2300603 or 4580828. OLE color: 4580828.
HSL color Cylindrical-coordinate representation of color #DCE545: hue angle of 63.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE545 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 69 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.10 |
| HSL | 63.38º | 0.75% | 0.58% | - |
| HSV(B) | 63.38º | 0.7% | 0.9% | - |
| XYZ | 58.61 | 71.68 | 16.38 | - |
| YUV | 208.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 69 | 0.04 | 0 | 0.70 | 0.10 | 63.38 | 0.75 | 0.58 |
| Hex | DC | E5 | 45 | 4 | 0 | 46 | A | 3F | 4B | 3A |
| Octal | 334 | 345 | 105 | 4 | 0 | 106 | 12 | 77 | 113 | 72 |
| Binary | 11011100 | 11100101 | 1000101 | 100 | 0 | 1000110 | 1010 | 111111 | 1001011 | 111010 |
Color Harmonies of #DCE545
Complementary color
Monochromatic Colors of #DCE545
Black with #DCE545
Text Example
Text Example
White with #DCE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE545; }
p { color: rgb(220,229,69); }
H1.HeaderClassName
{
color: #DCE545;
}
.AnyTagClassName
{
color: #DCE545;
}
</style>
background-color css
<style>
a { background-color: #DCE545; }
a { background-color: rgb(220,229,69); }
div.DivClassName
{
background-color: #DCE545;
}
.BgClassName
{
background-color: #DCE545;
}
</style>
border-color css
<style>
span { border-color: #DCE545; }
span { border-color: rgb(220,229,69); }
td.TdClassName
{
border-color: #DCE545;
}
.TagClassName
{
border-color: #DCE545;
}
</style>