Shades of Starship #DCE445
Tints of Starship #DCE445
RGB
CMYK
RGB Variations
Color information
#DCE445 (or 0xDCE445) is known color: Starship. HEX triplet: DC, E4 and 45. RGB value is (220,228,69). Sum of RGB (Red+Green+Blue) = 220+228+69=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE445 is #231BBA. Grayscale: #D0D0D0. Windows color (decimal): -2300859 or 4580572. OLE color: 4580572.
HSL color Cylindrical-coordinate representation of color #DCE445: hue angle of 63.02º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE445 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 69 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.11 |
| HSL | 63.02º | 0.75% | 0.58% | - |
| HSV(B) | 63.02º | 0.7% | 0.89% | - |
| XYZ | 58.33 | 71.13 | 16.29 | - |
| YUV | 207.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 69 | 0.04 | 0 | 0.70 | 0.11 | 63.02 | 0.75 | 0.58 |
| Hex | DC | E4 | 45 | 4 | 0 | 46 | B | 3F | 4B | 3A |
| Octal | 334 | 344 | 105 | 4 | 0 | 106 | 13 | 77 | 113 | 72 |
| Binary | 11011100 | 11100100 | 1000101 | 100 | 0 | 1000110 | 1011 | 111111 | 1001011 | 111010 |
Color Harmonies of #DCE445
Complementary color
Monochromatic Colors of #DCE445
Black with #DCE445
Text Example
Text Example
White with #DCE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE445; }
p { color: rgb(220,228,69); }
H1.HeaderClassName
{
color: #DCE445;
}
.AnyTagClassName
{
color: #DCE445;
}
</style>
background-color css
<style>
a { background-color: #DCE445; }
a { background-color: rgb(220,228,69); }
div.DivClassName
{
background-color: #DCE445;
}
.BgClassName
{
background-color: #DCE445;
}
</style>
border-color css
<style>
span { border-color: #DCE445; }
span { border-color: rgb(220,228,69); }
td.TdClassName
{
border-color: #DCE445;
}
.TagClassName
{
border-color: #DCE445;
}
</style>