Shades of Starship #DCED42
Tints of Starship #DCED42
RGB
CMYK
RGB Variations
Color information
#DCED42 (or 0xDCED42) is known color: Starship. HEX triplet: DC, ED and 42. RGB value is (220,237,66). Sum of RGB (Red+Green+Blue) = 220+237+66=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED42 is #2312BD. Grayscale: #D5D5D5. Windows color (decimal): -2298558 or 4386268. OLE color: 4386268.
HSL color Cylindrical-coordinate representation of color #DCED42: hue angle of 65.96º degrees, saturation: 0.83, 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 #DCED42 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 66 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.96º | 0.83% | 0.59% | - |
| HSV(B) | 65.96º | 0.72% | 0.93% | - |
| XYZ | 60.78 | 76.18 | 16.65 | - |
| YUV | 212.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 66 | 0.07 | 0 | 0.72 | 0.07 | 65.96 | 0.83 | 0.59 |
| Hex | DC | ED | 42 | 7 | 0 | 48 | 7 | 42 | 53 | 3B |
| Octal | 334 | 355 | 102 | 7 | 0 | 110 | 7 | 102 | 123 | 73 |
| Binary | 11011100 | 11101101 | 1000010 | 111 | 0 | 1001000 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DCED42
Complementary color
Monochromatic Colors of #DCED42
Black with #DCED42
Text Example
Text Example
White with #DCED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED42; }
p { color: rgb(220,237,66); }
H1.HeaderClassName
{
color: #DCED42;
}
.AnyTagClassName
{
color: #DCED42;
}
</style>
background-color css
<style>
a { background-color: #DCED42; }
a { background-color: rgb(220,237,66); }
div.DivClassName
{
background-color: #DCED42;
}
.BgClassName
{
background-color: #DCED42;
}
</style>
border-color css
<style>
span { border-color: #DCED42; }
span { border-color: rgb(220,237,66); }
td.TdClassName
{
border-color: #DCED42;
}
.TagClassName
{
border-color: #DCED42;
}
</style>