Shades of Starship #DCE045
Tints of Starship #DCE045
RGB
CMYK
RGB Variations
Color information
#DCE045 (or 0xDCE045) is known color: Starship. HEX triplet: DC, E0 and 45. RGB value is (220,224,69). Sum of RGB (Red+Green+Blue) = 220+224+69=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE045 is #231FBA. Grayscale: #CDCDCD. Windows color (decimal): -2301883 or 4579548. OLE color: 4579548.
HSL color Cylindrical-coordinate representation of color #DCE045: hue angle of 61.55º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE045 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 69 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.12 |
| HSL | 61.55º | 0.71% | 0.57% | - |
| HSV(B) | 61.55º | 0.69% | 0.88% | - |
| XYZ | 57.25 | 68.96 | 15.92 | - |
| YUV | 205.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 69 | 0.02 | 0 | 0.69 | 0.12 | 61.55 | 0.71 | 0.57 |
| Hex | DC | E0 | 45 | 2 | 0 | 45 | C | 3E | 47 | 39 |
| Octal | 334 | 340 | 105 | 2 | 0 | 105 | 14 | 76 | 107 | 71 |
| Binary | 11011100 | 11100000 | 1000101 | 10 | 0 | 1000101 | 1100 | 111110 | 1000111 | 111001 |
Color Harmonies of #DCE045
Complementary color
Monochromatic Colors of #DCE045
Black with #DCE045
Text Example
Text Example
White with #DCE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE045; }
p { color: rgb(220,224,69); }
H1.HeaderClassName
{
color: #DCE045;
}
.AnyTagClassName
{
color: #DCE045;
}
</style>
background-color css
<style>
a { background-color: #DCE045; }
a { background-color: rgb(220,224,69); }
div.DivClassName
{
background-color: #DCE045;
}
.BgClassName
{
background-color: #DCE045;
}
</style>
border-color css
<style>
span { border-color: #DCE045; }
span { border-color: rgb(220,224,69); }
td.TdClassName
{
border-color: #DCE045;
}
.TagClassName
{
border-color: #DCE045;
}
</style>