Shades of Starship #DCD93C
Tints of Starship #DCD93C
RGB
CMYK
RGB Variations
Color information
#DCD93C (or 0xDCD93C) is known color: Starship. HEX triplet: DC, D9 and 3C. RGB value is (220,217,60). Sum of RGB (Red+Green+Blue) = 220+217+60=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD93C is #2326C3. Grayscale: #C8C8C8. Windows color (decimal): -2303684 or 3987932. OLE color: 3987932.
HSL color Cylindrical-coordinate representation of color #DCD93C: hue angle of 58.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD93C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 60 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.14 |
| HSL | 58.88º | 0.7% | 0.55% | - |
| HSV(B) | 58.88º | 0.73% | 0.86% | - |
| XYZ | 55.14 | 65.17 | 13.95 | - |
| YUV | 200 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 60 | 0 | 0.01 | 0.73 | 0.14 | 58.88 | 0.7 | 0.55 |
| Hex | DC | D9 | 3C | 0 | 1 | 49 | E | 3B | 46 | 37 |
| Octal | 334 | 331 | 74 | 0 | 1 | 111 | 16 | 73 | 106 | 67 |
| Binary | 11011100 | 11011001 | 111100 | 0 | 1 | 1001001 | 1110 | 111011 | 1000110 | 110111 |
Color Harmonies of #DCD93C
Complementary color
Monochromatic Colors of #DCD93C
Black with #DCD93C
Text Example
Text Example
White with #DCD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD93C; }
p { color: rgb(220,217,60); }
H1.HeaderClassName
{
color: #DCD93C;
}
.AnyTagClassName
{
color: #DCD93C;
}
</style>
background-color css
<style>
a { background-color: #DCD93C; }
a { background-color: rgb(220,217,60); }
div.DivClassName
{
background-color: #DCD93C;
}
.BgClassName
{
background-color: #DCD93C;
}
</style>
border-color css
<style>
span { border-color: #DCD93C; }
span { border-color: rgb(220,217,60); }
td.TdClassName
{
border-color: #DCD93C;
}
.TagClassName
{
border-color: #DCD93C;
}
</style>