Shades of Starship #DCDE43
Tints of Starship #DCDE43
RGB
CMYK
RGB Variations
Color information
#DCDE43 (or 0xDCDE43) is known color: Starship. HEX triplet: DC, DE and 43. RGB value is (220,222,67). Sum of RGB (Red+Green+Blue) = 220+222+67=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 67 (26.56% from 255 or 13.16% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDE43 is #2321BC. Grayscale: #CCCCCC. Windows color (decimal): -2302397 or 4447964. OLE color: 4447964.
HSL color Cylindrical-coordinate representation of color #DCDE43: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCDE43 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 67 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 60.77º | 0.7% | 0.57% | - |
| HSV(B) | 60.77º | 0.7% | 0.87% | - |
| XYZ | 56.65 | 67.86 | 15.42 | - |
| YUV | 203.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 67 | 0.01 | 0 | 0.70 | 0.13 | 60.77 | 0.7 | 0.57 |
| Hex | DC | DE | 43 | 1 | 0 | 46 | D | 3D | 46 | 39 |
| Octal | 334 | 336 | 103 | 1 | 0 | 106 | 15 | 75 | 106 | 71 |
| Binary | 11011100 | 11011110 | 1000011 | 1 | 0 | 1000110 | 1101 | 111101 | 1000110 | 111001 |
Color Harmonies of #DCDE43
Complementary color
Monochromatic Colors of #DCDE43
Black with #DCDE43
Text Example
Text Example
White with #DCDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDE43; }
p { color: rgb(220,222,67); }
H1.HeaderClassName
{
color: #DCDE43;
}
.AnyTagClassName
{
color: #DCDE43;
}
</style>
background-color css
<style>
a { background-color: #DCDE43; }
a { background-color: rgb(220,222,67); }
div.DivClassName
{
background-color: #DCDE43;
}
.BgClassName
{
background-color: #DCDE43;
}
</style>
border-color css
<style>
span { border-color: #DCDE43; }
span { border-color: rgb(220,222,67); }
td.TdClassName
{
border-color: #DCDE43;
}
.TagClassName
{
border-color: #DCDE43;
}
</style>