Shades of Starship #DCED49
Tints of Starship #DCED49
RGB
CMYK
RGB Variations
Color information
#DCED49 (or 0xDCED49) is known color: Starship. HEX triplet: DC, ED and 49. RGB value is (220,237,73). Sum of RGB (Red+Green+Blue) = 220+237+73=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED49 is #2312B6. Grayscale: #D5D5D5. Windows color (decimal): -2298551 or 4845020. OLE color: 4845020.
HSL color Cylindrical-coordinate representation of color #DCED49: hue angle of 66.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCED49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 73 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.07 |
| HSL | 66.22º | 0.82% | 0.61% | - |
| HSV(B) | 66.22º | 0.69% | 0.93% | - |
| XYZ | 61 | 76.27 | 17.81 | - |
| YUV | 213.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 73 | 0.07 | 0 | 0.69 | 0.07 | 66.22 | 0.82 | 0.61 |
| Hex | DC | ED | 49 | 7 | 0 | 45 | 7 | 42 | 52 | 3D |
| Octal | 334 | 355 | 111 | 7 | 0 | 105 | 7 | 102 | 122 | 75 |
| Binary | 11011100 | 11101101 | 1001001 | 111 | 0 | 1000101 | 111 | 1000010 | 1010010 | 111101 |
Color Harmonies of #DCED49
Complementary color
Monochromatic Colors of #DCED49
Black with #DCED49
Text Example
Text Example
White with #DCED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED49; }
p { color: rgb(220,237,73); }
H1.HeaderClassName
{
color: #DCED49;
}
.AnyTagClassName
{
color: #DCED49;
}
</style>
background-color css
<style>
a { background-color: #DCED49; }
a { background-color: rgb(220,237,73); }
div.DivClassName
{
background-color: #DCED49;
}
.BgClassName
{
background-color: #DCED49;
}
</style>
border-color css
<style>
span { border-color: #DCED49; }
span { border-color: rgb(220,237,73); }
td.TdClassName
{
border-color: #DCED49;
}
.TagClassName
{
border-color: #DCED49;
}
</style>