Shades of Starship #DCDE3F
Tints of Starship #DCDE3F
RGB
CMYK
RGB Variations
Color information
#DCDE3F (or 0xDCDE3F) is known color: Starship. HEX triplet: DC, DE and 3F. RGB value is (220,222,63). Sum of RGB (Red+Green+Blue) = 220+222+63=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE3F is #2321C0. Grayscale: #CBCBCB. Windows color (decimal): -2302401 or 4185820. OLE color: 4185820.
HSL color Cylindrical-coordinate representation of color #DCDE3F: hue angle of 60.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCDE3F is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 63 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.13 |
| HSL | 60.75º | 0.71% | 0.56% | - |
| HSV(B) | 60.75º | 0.72% | 0.87% | - |
| XYZ | 56.53 | 67.82 | 14.81 | - |
| YUV | 203.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 63 | 0.01 | 0 | 0.72 | 0.13 | 60.75 | 0.71 | 0.56 |
| Hex | DC | DE | 3F | 1 | 0 | 48 | D | 3D | 47 | 38 |
| Octal | 334 | 336 | 77 | 1 | 0 | 110 | 15 | 75 | 107 | 70 |
| Binary | 11011100 | 11011110 | 111111 | 1 | 0 | 1001000 | 1101 | 111101 | 1000111 | 111000 |
Color Harmonies of #DCDE3F
Complementary color
Monochromatic Colors of #DCDE3F
Black with #DCDE3F
Text Example
Text Example
White with #DCDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE3F; }
p { color: rgb(220,222,63); }
H1.HeaderClassName
{
color: #DCDE3F;
}
.AnyTagClassName
{
color: #DCDE3F;
}
</style>
background-color css
<style>
a { background-color: #DCDE3F; }
a { background-color: rgb(220,222,63); }
div.DivClassName
{
background-color: #DCDE3F;
}
.BgClassName
{
background-color: #DCDE3F;
}
</style>
border-color css
<style>
span { border-color: #DCDE3F; }
span { border-color: rgb(220,222,63); }
td.TdClassName
{
border-color: #DCDE3F;
}
.TagClassName
{
border-color: #DCDE3F;
}
</style>