Shades of Starship #DCE043
Tints of Starship #DCE043
RGB
CMYK
RGB Variations
Color information
#DCE043 (or 0xDCE043) is known color: Starship. HEX triplet: DC, E0 and 43. RGB value is (220,224,67). Sum of RGB (Red+Green+Blue) = 220+224+67=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE043 is #231FBC. Grayscale: #CDCDCD. Windows color (decimal): -2301885 or 4448476. OLE color: 4448476.
HSL color Cylindrical-coordinate representation of color #DCE043: hue angle of 61.53º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE043 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 67 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.12 |
| HSL | 61.53º | 0.72% | 0.57% | - |
| HSV(B) | 61.53º | 0.7% | 0.88% | - |
| XYZ | 57.18 | 68.93 | 15.6 | - |
| YUV | 204.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 67 | 0.02 | 0 | 0.70 | 0.12 | 61.53 | 0.72 | 0.57 |
| Hex | DC | E0 | 43 | 2 | 0 | 46 | C | 3E | 48 | 39 |
| Octal | 334 | 340 | 103 | 2 | 0 | 106 | 14 | 76 | 110 | 71 |
| Binary | 11011100 | 11100000 | 1000011 | 10 | 0 | 1000110 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DCE043
Complementary color
Monochromatic Colors of #DCE043
Black with #DCE043
Text Example
Text Example
White with #DCE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE043; }
p { color: rgb(220,224,67); }
H1.HeaderClassName
{
color: #DCE043;
}
.AnyTagClassName
{
color: #DCE043;
}
</style>
background-color css
<style>
a { background-color: #DCE043; }
a { background-color: rgb(220,224,67); }
div.DivClassName
{
background-color: #DCE043;
}
.BgClassName
{
background-color: #DCE043;
}
</style>
border-color css
<style>
span { border-color: #DCE043; }
span { border-color: rgb(220,224,67); }
td.TdClassName
{
border-color: #DCE043;
}
.TagClassName
{
border-color: #DCE043;
}
</style>