Shades of Starship #DCE447
Tints of Starship #DCE447
RGB
CMYK
RGB Variations
Color information
#DCE447 (or 0xDCE447) is known color: Starship. HEX triplet: DC, E4 and 47. RGB value is (220,228,71). Sum of RGB (Red+Green+Blue) = 220+228+71=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE447 is #231BB8. Grayscale: #D0D0D0. Windows color (decimal): -2300857 or 4711644. OLE color: 4711644.
HSL color Cylindrical-coordinate representation of color #DCE447: hue angle of 63.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE447 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 71 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.06º | 0.74% | 0.59% | - |
| HSV(B) | 63.06º | 0.69% | 0.89% | - |
| XYZ | 58.4 | 71.16 | 16.62 | - |
| YUV | 207.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 71 | 0.04 | 0 | 0.69 | 0.11 | 63.06 | 0.74 | 0.59 |
| Hex | DC | E4 | 47 | 4 | 0 | 45 | B | 3F | 4A | 3B |
| Octal | 334 | 344 | 107 | 4 | 0 | 105 | 13 | 77 | 112 | 73 |
| Binary | 11011100 | 11100100 | 1000111 | 100 | 0 | 1000101 | 1011 | 111111 | 1001010 | 111011 |
Color Harmonies of #DCE447
Complementary color
Monochromatic Colors of #DCE447
Black with #DCE447
Text Example
Text Example
White with #DCE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE447; }
p { color: rgb(220,228,71); }
H1.HeaderClassName
{
color: #DCE447;
}
.AnyTagClassName
{
color: #DCE447;
}
</style>
background-color css
<style>
a { background-color: #DCE447; }
a { background-color: rgb(220,228,71); }
div.DivClassName
{
background-color: #DCE447;
}
.BgClassName
{
background-color: #DCE447;
}
</style>
border-color css
<style>
span { border-color: #DCE447; }
span { border-color: rgb(220,228,71); }
td.TdClassName
{
border-color: #DCE447;
}
.TagClassName
{
border-color: #DCE447;
}
</style>