Shades of Starship #DCEC43
Tints of Starship #DCEC43
RGB
CMYK
RGB Variations
Color information
#DCEC43 (or 0xDCEC43) is known color: Starship. HEX triplet: DC, EC and 43. RGB value is (220,236,67). Sum of RGB (Red+Green+Blue) = 220+236+67=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC43 is #2313BC. Grayscale: #D4D4D4. Windows color (decimal): -2298813 or 4451548. OLE color: 4451548.
HSL color Cylindrical-coordinate representation of color #DCEC43: hue angle of 65.68º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEC43 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 67 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.68º | 0.82% | 0.59% | - |
| HSV(B) | 65.68º | 0.72% | 0.93% | - |
| XYZ | 60.52 | 75.61 | 16.71 | - |
| YUV | 211.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 67 | 0.07 | 0 | 0.72 | 0.07 | 65.68 | 0.82 | 0.59 |
| Hex | DC | EC | 43 | 7 | 0 | 48 | 7 | 42 | 52 | 3B |
| Octal | 334 | 354 | 103 | 7 | 0 | 110 | 7 | 102 | 122 | 73 |
| Binary | 11011100 | 11101100 | 1000011 | 111 | 0 | 1001000 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DCEC43
Complementary color
Monochromatic Colors of #DCEC43
Black with #DCEC43
Text Example
Text Example
White with #DCEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC43; }
p { color: rgb(220,236,67); }
H1.HeaderClassName
{
color: #DCEC43;
}
.AnyTagClassName
{
color: #DCEC43;
}
</style>
background-color css
<style>
a { background-color: #DCEC43; }
a { background-color: rgb(220,236,67); }
div.DivClassName
{
background-color: #DCEC43;
}
.BgClassName
{
background-color: #DCEC43;
}
</style>
border-color css
<style>
span { border-color: #DCEC43; }
span { border-color: rgb(220,236,67); }
td.TdClassName
{
border-color: #DCEC43;
}
.TagClassName
{
border-color: #DCEC43;
}
</style>