Shades of Starship #DCE03A
Tints of Starship #DCE03A
RGB
CMYK
RGB Variations
Color information
#DCE03A (or 0xDCE03A) is known color: Starship. HEX triplet: DC, E0 and 3A. RGB value is (220,224,58). Sum of RGB (Red+Green+Blue) = 220+224+58=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE03A is #231FC5. Grayscale: #CCCCCC. Windows color (decimal): -2301894 or 3858652. OLE color: 3858652.
HSL color Cylindrical-coordinate representation of color #DCE03A: hue angle of 61.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE03A is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 58 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.12 |
| HSL | 61.45º | 0.73% | 0.55% | - |
| HSV(B) | 61.45º | 0.74% | 0.88% | - |
| XYZ | 56.93 | 68.83 | 14.29 | - |
| YUV | 203.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 58 | 0.02 | 0 | 0.74 | 0.12 | 61.45 | 0.73 | 0.55 |
| Hex | DC | E0 | 3A | 2 | 0 | 4A | C | 3D | 49 | 37 |
| Octal | 334 | 340 | 72 | 2 | 0 | 112 | 14 | 75 | 111 | 67 |
| Binary | 11011100 | 11100000 | 111010 | 10 | 0 | 1001010 | 1100 | 111101 | 1001001 | 110111 |
Color Harmonies of #DCE03A
Complementary color
Monochromatic Colors of #DCE03A
Black with #DCE03A
Text Example
Text Example
White with #DCE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE03A; }
p { color: rgb(220,224,58); }
H1.HeaderClassName
{
color: #DCE03A;
}
.AnyTagClassName
{
color: #DCE03A;
}
</style>
background-color css
<style>
a { background-color: #DCE03A; }
a { background-color: rgb(220,224,58); }
div.DivClassName
{
background-color: #DCE03A;
}
.BgClassName
{
background-color: #DCE03A;
}
</style>
border-color css
<style>
span { border-color: #DCE03A; }
span { border-color: rgb(220,224,58); }
td.TdClassName
{
border-color: #DCE03A;
}
.TagClassName
{
border-color: #DCE03A;
}
</style>