Shades of Starship #DCE23D
Tints of Starship #DCE23D
RGB
CMYK
RGB Variations
Color information
#DCE23D (or 0xDCE23D) is known color: Starship. HEX triplet: DC, E2 and 3D. RGB value is (220,226,61). Sum of RGB (Red+Green+Blue) = 220+226+61=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE23D is #231DC2. Grayscale: #CECECE. Windows color (decimal): -2301379 or 4055772. OLE color: 4055772.
HSL color Cylindrical-coordinate representation of color #DCE23D: hue angle of 62.18º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCE23D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.11 |
| HSL | 62.18º | 0.74% | 0.56% | - |
| HSV(B) | 62.18º | 0.73% | 0.89% | - |
| XYZ | 57.55 | 69.95 | 14.88 | - |
| YUV | 205.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 61 | 0.03 | 0 | 0.73 | 0.11 | 62.18 | 0.74 | 0.56 |
| Hex | DC | E2 | 3D | 3 | 0 | 49 | B | 3E | 4A | 38 |
| Octal | 334 | 342 | 75 | 3 | 0 | 111 | 13 | 76 | 112 | 70 |
| Binary | 11011100 | 11100010 | 111101 | 11 | 0 | 1001001 | 1011 | 111110 | 1001010 | 111000 |
Color Harmonies of #DCE23D
Complementary color
Monochromatic Colors of #DCE23D
Black with #DCE23D
Text Example
Text Example
White with #DCE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE23D; }
p { color: rgb(220,226,61); }
H1.HeaderClassName
{
color: #DCE23D;
}
.AnyTagClassName
{
color: #DCE23D;
}
</style>
background-color css
<style>
a { background-color: #DCE23D; }
a { background-color: rgb(220,226,61); }
div.DivClassName
{
background-color: #DCE23D;
}
.BgClassName
{
background-color: #DCE23D;
}
</style>
border-color css
<style>
span { border-color: #DCE23D; }
span { border-color: rgb(220,226,61); }
td.TdClassName
{
border-color: #DCE23D;
}
.TagClassName
{
border-color: #DCE23D;
}
</style>